feat(nvim)!: use comment.nvim instead of mini.nvim
This commit is contained in:
parent
33532b1bf6
commit
59a4dc527a
2 changed files with 7 additions and 40 deletions
|
|
@ -254,5 +254,12 @@ with builtins;
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
plugin = nvim-surround;
|
||||
event = [ "BufReadPost" "BufNewFile" ];
|
||||
conf = ''
|
||||
require("nvim-surround").setup({})
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue