Cleaned some plugins
This commit is contained in:
@ -102,7 +102,7 @@ M(
|
||||
)
|
||||
|
||||
M(
|
||||
'n', '<C-w>', "@w<CR>",
|
||||
'n', '<C-r>', "@w<CR>",
|
||||
{silent=true, noremap=true},
|
||||
"Add Warning/Error",
|
||||
"add_error",
|
||||
@ -147,3 +147,10 @@ M(
|
||||
"md_lint_format",
|
||||
"Use mdlint Formatting on Current File."
|
||||
)
|
||||
M(
|
||||
'n', '<leader>r30', ":resize 30<CR>",
|
||||
{silent=true, noremap=true},
|
||||
"Resize30",
|
||||
"resize_30",
|
||||
"Resize Window to #30"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user