mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-28 14:07:46 +01:00
nvim: added markdown plugin
This commit is contained in:
parent
3a017af400
commit
24fd1ca9e0
@ -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
|
||||
{
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.dotfiles
|
||||
.config/nvim/plugin/packer_compiled.lua
|
||||
.config/nvim/lazy-lock.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user