my nvim configs

gwen 9b02a10cc5 add my own libs пре 3 месеци
colors 71b4593861 new laptop new colorscheme i suppose пре 4 година
lua 9b02a10cc5 add my own libs пре 3 месеци
snippets 087ae66c28 cleanup пре 5 месеци
ultisnips e63490320b Moved snipets directory so it gets pulled with the rest пре 4 година
.gitignore ef137f74bd moved to lazy пре 1 година
LICENSE 87045660e7 Initial commit пре 4 година
README.md 491efb369b forgot how markdown works пре 4 година
coc-settings.json 7ee8e81105 Windows пре 6 месеци
coc_config.vim db3bbeb180 Misc пре 2 година
ginit.vim b868925f5c Windows nonsense пре 1 година
init.lua b868925f5c Windows nonsense пре 1 година
stylua.toml fa2cd22d23 fix stylua пре 3 година

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