[nvim] Add Aerial and Markdown plugins

This commit is contained in:
Gregory Trolliet 2024-10-21 09:10:52 +02:00
parent ab919e1fa9
commit 233a8e1104
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
'stevearc/aerial.nvim',
opts = {},
-- Optional dependencies
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons"
},
}

View file

@ -0,0 +1,3 @@
return {
"bullets-vim/bullets.vim"
}