Nvim: autoclose
This commit is contained in:
parent
4c2253a42e
commit
87aaa16b07
1 changed files with 7 additions and 0 deletions
|
|
@ -23,6 +23,13 @@ let vp = pkgs.vimPlugins; in {
|
||||||
type = "lua";
|
type = "lua";
|
||||||
config = ''require("nvim-surround").setup({})'';
|
config = ''require("nvim-surround").setup({})'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = vp.autoclose-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = ''
|
||||||
|
require("autoclose").setup({})
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
|
||||||
vp.telescope-fzf-native-nvim
|
vp.telescope-fzf-native-nvim
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue