dotfiles/nvim/ftdetect/dotfiles.lua
Alyxia Sother b765d20420
[nvim] Misc fixes & changes
Co-Authored-By: Dmytro Meleshko <dmytro.meleshko@gmail.com>
2026-04-23 15:31:14 +02:00

5 lines
58 B
Lua

vim.filetype.add({
extension = {
mdx = 'mdx'
}
})