my nvim configs

gwen 973eef938e Merge branch 'master' of mygit.link:gwen/nvim-config 5 months ago
colors 71b4593861 new laptop new colorscheme i suppose 5 months ago
lua 973eef938e Merge branch 'master' of mygit.link:gwen/nvim-config 5 months ago
ultisnips e63490320b Moved snipets directory so it gets pulled with the rest 7 months ago
.gitignore 3626bc8698 add plugin to gitignore 8 months ago
LICENSE 87045660e7 Initial commit 8 months ago
README.md 491efb369b forgot how markdown works 5 months ago
coc-settings.json 566c67972e Some tweaks 8 months ago
coc_config.vim e3b9c91048 Updated Coc and CSharp stuff 7 months ago
ginit.vim 971a9834bf all my files 8 months ago
init.lua 71b4593861 new laptop new colorscheme i suppose 5 months ago
stylua.toml 86ccb47508 formated but not sure i'm happy about it lol 8 months ago

README.md

nvim-config

my nvim configs install steps for future gwe:

  1. install nodejs, npm, stylua
  2. cd ~/.config
  3. git clone git@mygit.link:gwen/nvim-config.git nvim
  4. nvim - will be upset about packer
    1. :q
    2. set the things you want enabled in lua/features.lua
  5. nvim - will be upset about
    1. :PackerInstall
    2. :PackerCompile
  6. tweak the paths in coc-settings if needed
    1. stylua annoyingly requires some paths to be set and afaik I can't set them programatically.

Next Time I have to install omnisharp from scratch I'll detail that here too but