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";
|
||||
# }
|
||||
|
||||
# # "gc" to comment visual regions/lines
|
||||
# {
|
||||
# plugin = vp.comment-nvim;
|
||||
# config = ''
|
||||
# require("Comment").setup({})
|
||||
# '';
|
||||
# type = "lua";
|
||||
# }
|
||||
# "gcc" or "gcb" to comment visual regions/lines
|
||||
{
|
||||
plugin = vp.comment-nvim;
|
||||
config = ''
|
||||
require("Comment").setup({})
|
||||
'';
|
||||
type = "lua";
|
||||
}
|
||||
|
||||
# vp.plenary-nvim
|
||||
# vp.telescope-fzf-native-nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue