1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 11:31:16 +02:00

nvim: added markdown plugin

This commit is contained in:
2023-09-20 05:32:47 +02:00
parent 3a017af400
commit 24fd1ca9e0
2 changed files with 9 additions and 0 deletions

View File

@@ -657,6 +657,14 @@ return require("lazy").setup({
end
},
-- markdown improvements
{
'preservim/vim-markdown',
ft = { 'markdown' },
dependencies = { 'godlygeek/tabular' },
config = function()
end
},
},
-- lazy.nvim configuration
{