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;
|
oil.enable = true;
|
||||||
surround.enable = true;
|
vim-surround.enable = true;
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = {
|
extensions = {
|
||||||
|
@ -358,6 +358,7 @@
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
web-devicons.enable = true;
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue