diff --git a/init.fnl b/init.fnl index aa3c57b..2719b79 100644 --- a/init.fnl +++ b/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))