Move vimplugin
This commit is contained in:
parent
bc8b0d5adc
commit
6b8ee07795
2 changed files with 7 additions and 7 deletions
|
@ -29,6 +29,13 @@ in {
|
|||
gnome-keyring.enable = true;
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
packer-nvim
|
||||
];
|
||||
};
|
||||
|
||||
home = {
|
||||
username = "${username}";
|
||||
homeDirectory = "/home/${username}";
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
{
|
||||
home.file."/home/vylpes/.config/nvim/init.lua".source = ./init.lua;
|
||||
home.file."/home/vylpes/.config/nvim/coc-settings.json".source = ./coc-settings.json;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
packer-nvim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue