mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 05:24:41 -05:00
feat(update): update
This commit is contained in:
6
lua/plugins/editing-mdx.lua
Normal file
6
lua/plugins/editing-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