Various Plugins and Settings

This commit is contained in:
Norm Rasmussen
2022-12-07 14:09:19 -05:00
parent 8d46ae585e
commit 822dc35b50
8 changed files with 141 additions and 64 deletions

View File

@ -105,7 +105,7 @@ M(
)
M(
'n', '<leader>ce', ":TodoTrouble keywords=TODO<CR> | resize +10<CR>",
'n', '<leader>ce', ":TodoTrouble keywords=TODO,FEAT<CR> | resize +10<CR>",
{silent=true, noremap=true},
"Show Todos",
"todo_trouble_todo",
@ -127,3 +127,19 @@ M(
"todo_trouble_todo",
"Show Errors from Folke's Todo Comments Plugin."
)
M(
'n', '<leader>b', ":! black %<CR>",
{silent=true, noremap=true},
"Black Cwf",
"black_current_file",
"Use Black Formatting on Current File."
)
M(
'n', '<leader>m', ":! markdownlint -f %<CR>",
{silent=true, noremap=true},
"Black Cwf",
"black_current_file",
"Use Black Formatting on Current File."
)