Fix filetype of terminal buffers

This commit is contained in:
Alexander Rosenberg 2023-05-26 14:50:58 -07:00
parent 9428d38317
commit fc3f3415a3
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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))