adding neovim config, splitting it up
This commit is contained in:
parent
817a08c7e2
commit
b2322f2877
17 changed files with 460 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'tpope/vim-commentary',
|
||||
keys = {
|
||||
{ '<leader>c', '<Plug>Commentary', mode = {'n','o','x'}, desc = "Toggle commented"},
|
||||
{ '<leader>cc', '<Plug>CommentaryLine', mode = 'n', desc = "Toggle commented"},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue