parent
3c3af4bbff
commit
e704ef9ec7
|
@ -14,7 +14,10 @@ with lib;
|
||||||
extraPython3Packages = (ps: with ps; [ jedi pynvim ]);
|
extraPython3Packages = (ps: with ps; [ jedi pynvim ]);
|
||||||
|
|
||||||
# plugins without associated config should not trigger the creation of init.vim
|
# plugins without associated config should not trigger the creation of init.vim
|
||||||
plugins = with pkgs.vimPlugins; [ fugitive ({ plugin = vim-sensible; }) ];
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
vim-fugitive
|
||||||
|
({ plugin = vim-sensible; })
|
||||||
|
];
|
||||||
};
|
};
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
nvimFolder="home-files/.config/nvim"
|
nvimFolder="home-files/.config/nvim"
|
||||||
|
|
Loading…
Reference in a new issue