nvim: enable surround plugin
This commit is contained in:
parent
b84982fde7
commit
8d6ff41c41
@ -113,6 +113,8 @@
|
|||||||
|
|
||||||
plugins.undotree.enable = true;
|
plugins.undotree.enable = true;
|
||||||
|
|
||||||
|
plugins.vim-surround.enable = true;
|
||||||
|
|
||||||
plugins.web-devicons.enable = true;
|
plugins.web-devicons.enable = true;
|
||||||
|
|
||||||
# plugins.gitsigns.enable = true;
|
# plugins.gitsigns.enable = true;
|
||||||
@ -125,7 +127,6 @@
|
|||||||
# plugins.nvim-tree.enable = true;
|
# plugins.nvim-tree.enable = true;
|
||||||
# plugins.oil.enable = true;
|
# plugins.oil.enable = true;
|
||||||
# plugins.project-nvim.enable = true;
|
# plugins.project-nvim.enable = true;
|
||||||
# plugins.surround.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user