nvim/lua/config/options.lua
Martin PAUCOT 59dd568c86 update
2024-07-29 11:21:50 +02:00

8 lines
157 B
Lua

vim.o.guifont = "GeistMono Nerd Font:h18"
vim.filetype.add({ extension = { templ = "templ" } })
vim.filetype.add({
extension = {
mdx = "mdx",
},
})