This commit is contained in:
Norm Rasmussen
2022-08-30 20:49:50 -04:00
parent 709e311774
commit 0caf3e98ac
3 changed files with 9 additions and 37 deletions

View File

@ -25,14 +25,7 @@ return require'packer'.startup(function()
})
end
})
-- mappings = {
-- MkdnEnter = {{'i', 'n', 'v'}, '<CR>'},
-- MkdnToggleToDo = {{'i', 'n', 'v'}, '<C-Space>'},
-- MkdnNewListItem = {{'n','v'}, '<C-l>'},
-- MkdnNextLink = false,
-- MkdnPrevLink = false,
-- MkdnTableNextCell = false,
-- }
-- Headlines Extension
use 'lukas-reineke/headlines.nvim'