home/neovim: Enable support for nix
This commit is contained in:
parent
4b5a17cfa2
commit
ac4c8f12f1
|
@ -101,6 +101,7 @@ in
|
|||
|
||||
# for coc
|
||||
nodejs
|
||||
rnix-lsp
|
||||
|
||||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
||||
networkmanager
|
||||
|
|
|
@ -35,12 +35,14 @@
|
|||
# blockcomments
|
||||
tcomment_vim
|
||||
|
||||
# Nix support
|
||||
vim-nix
|
||||
|
||||
# Go plugin from fatih
|
||||
vim-go
|
||||
|
||||
# Coc language server support
|
||||
coc-nvim
|
||||
coc-go
|
||||
coc-python
|
||||
];
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue