mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
feat(working): first working condition
This commit is contained in:
6
lua/plugins/mdx.lua
Normal file
6
lua/plugins/mdx.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
'davidmh/mdx.nvim',
|
||||
config = function()
|
||||
require('mdx').setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user