home/neovim: Enable support for nix
This commit is contained in:
parent
4b5a17cfa2
commit
ac4c8f12f1
|
@ -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
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue