mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-14 22:08:38 +00:00
5 lines
58 B
Lua
5 lines
58 B
Lua
vim.filetype.add({
|
|
extension = {
|
|
mdx = 'mdx'
|
|
}
|
|
})
|