Make .m files ObjC files

This commit is contained in:
2023-09-13 03:30:31 -07:00
parent 0ef8abb561
commit dbaba9e0f8

View File

@ -100,7 +100,8 @@
"nasm" :nasm
"h" :c
"ui" :xml
"tpp" :cpp }})
"tpp" :cpp
"m" :objc }})
;; Fix filetype of terminal buffers
(hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))