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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user