mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-19 04:29:44 +01:00
nvim: added markdown plugin
This commit is contained in:
@@ -657,6 +657,14 @@ return require("lazy").setup({
|
|||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- markdown improvements
|
||||||
|
{
|
||||||
|
'preservim/vim-markdown',
|
||||||
|
ft = { 'markdown' },
|
||||||
|
dependencies = { 'godlygeek/tabular' },
|
||||||
|
config = function()
|
||||||
|
end
|
||||||
|
},
|
||||||
},
|
},
|
||||||
-- lazy.nvim configuration
|
-- lazy.nvim configuration
|
||||||
{
|
{
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.dotfiles
|
.dotfiles
|
||||||
.config/nvim/plugin/packer_compiled.lua
|
.config/nvim/plugin/packer_compiled.lua
|
||||||
|
.config/nvim/lazy-lock.json
|
||||||
|
|||||||
Reference in New Issue
Block a user