format all files
This commit is contained in:
parent
7adc3a8bf9
commit
0a17321086
26 changed files with 331 additions and 331 deletions
|
@ -1,17 +1,17 @@
|
|||
vim.g.NERDCreateDefaultMappings = 0
|
||||
vim.g.NERDDefaultAlign = 'both'
|
||||
vim.g.NERDDefaultAlign = "both"
|
||||
vim.g.NERDSpaceDelims = 1
|
||||
vim.cmd("filetype plugin on")
|
||||
|
||||
return {
|
||||
"preservim/nerdcommenter",
|
||||
keys = {
|
||||
{ "<leader>/", ':call nerdcommenter#Comment(0, "toggle")<CR>', desc = "Toggle comments on selection" },
|
||||
{
|
||||
"<leader>/",
|
||||
':call nerdcommenter#Comment(0, "toggle")<CR>',
|
||||
desc = "Toggle comments on selection",
|
||||
mode = "v",
|
||||
},
|
||||
},
|
||||
"preservim/nerdcommenter",
|
||||
keys = {
|
||||
{ "<leader>/", ':call nerdcommenter#Comment(0, "toggle")<CR>', desc = "Toggle comments on selection" },
|
||||
{
|
||||
"<leader>/",
|
||||
':call nerdcommenter#Comment(0, "toggle")<CR>',
|
||||
desc = "Toggle comments on selection",
|
||||
mode = "v",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue