summaryrefslogtreecommitdiff
path: root/dot_config/nvim/post.lua
blob: 27ce67eacedd916982e4096a2185e35fa9ae5bb0 (plain) (blame)
1
2
3
-- custom filetypes
vim.filetype.add {extension = { janet = 'janet' }}
vim.filetype.add {extension = { cls   = 'latex' }}