nix-vim options updates
This commit is contained in:
parent
7f52e9502b
commit
cd7f35b97f
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -343,7 +343,7 @@
|
|||
};
|
||||
};
|
||||
oil.enable = true;
|
||||
surround.enable = true;
|
||||
vim-surround.enable = true;
|
||||
telescope = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
|
@ -358,6 +358,7 @@
|
|||
indent.enable = true;
|
||||
};
|
||||
};
|
||||
web-devicons.enable = true;
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue