home/neovim: Enable support for nix

This commit is contained in:
fleaz 2022-04-25 14:26:15 +02:00
parent 4b5a17cfa2
commit ac4c8f12f1
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 4 additions and 1 deletions

View file

@ -101,6 +101,7 @@ in
# for coc # for coc
nodejs nodejs
rnix-lsp
] ++ lib.optionals (config.networking.hostName == "jimbo") [ ] ++ lib.optionals (config.networking.hostName == "jimbo") [
networkmanager networkmanager

View file

@ -35,12 +35,14 @@
# blockcomments # blockcomments
tcomment_vim tcomment_vim
# Nix support
vim-nix
# Go plugin from fatih # Go plugin from fatih
vim-go vim-go
# Coc language server support # Coc language server support
coc-nvim coc-nvim
coc-go
coc-python coc-python
]; ];
extraConfig = '' extraConfig = ''