Migrate to lazy.nvim with more lua config

This commit is contained in:
Alexander Gehrke 2023-06-19 11:54:39 +02:00
parent d7aa29354c
commit be6559c1b6
28 changed files with 823 additions and 445 deletions

4
lua/plugins/markdown.lua Normal file
View file

@ -0,0 +1,4 @@
return {
'euclio/vim-markdown-composer',
build = 'cargo build --release'
}