NeoVim: comment.nvim
This commit is contained in:
parent
7d9af65757
commit
18fa71f40e
1 changed files with 8 additions and 8 deletions
|
|
@ -219,14 +219,14 @@ let vp = pkgs.vimPlugins; in {
|
||||||
# type = "lua";
|
# type = "lua";
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# # "gc" to comment visual regions/lines
|
# "gcc" or "gcb" to comment visual regions/lines
|
||||||
# {
|
{
|
||||||
# plugin = vp.comment-nvim;
|
plugin = vp.comment-nvim;
|
||||||
# config = ''
|
config = ''
|
||||||
# require("Comment").setup({})
|
require("Comment").setup({})
|
||||||
# '';
|
'';
|
||||||
# type = "lua";
|
type = "lua";
|
||||||
# }
|
}
|
||||||
|
|
||||||
# vp.plenary-nvim
|
# vp.plenary-nvim
|
||||||
# vp.telescope-fzf-native-nvim
|
# vp.telescope-fzf-native-nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue