Fix filetype of terminal buffers
This commit is contained in:
parent
9428d38317
commit
fc3f3415a3
3
init.fnl
3
init.fnl
@ -102,4 +102,7 @@
|
||||
"ui" :xml
|
||||
"tpp" :cpp }})
|
||||
|
||||
;; Fix filetype of terminal buffers
|
||||
(hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))
|
||||
|
||||
(module-call! :packer :startup (require :plugin))
|
||||
|
Reference in New Issue
Block a user