Make .m files ObjC files
This commit is contained in:
parent
0ef8abb561
commit
dbaba9e0f8
3
init.fnl
3
init.fnl
@ -100,7 +100,8 @@
|
|||||||
"nasm" :nasm
|
"nasm" :nasm
|
||||||
"h" :c
|
"h" :c
|
||||||
"ui" :xml
|
"ui" :xml
|
||||||
"tpp" :cpp }})
|
"tpp" :cpp
|
||||||
|
"m" :objc }})
|
||||||
|
|
||||||
;; Fix filetype of terminal buffers
|
;; Fix filetype of terminal buffers
|
||||||
(hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))
|
(hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))
|
||||||
|
Reference in New Issue
Block a user