diff --git a/init.fnl b/init.fnl index c8e45f8..aa3c57b 100644 --- a/init.fnl +++ b/init.fnl @@ -81,7 +81,7 @@ "Enabled Spellcheck" "Disabled Spellcheck"))))) -;; Enable spell in certian buffers +;; Enable spell in certain buffers (hook! :FileType [ :text :markdown :tex :bib ] #(if (= (vim.fn.buflisted (vim.api.nvim_get_current_buf)) 1) (set vim.opt_local.spell true)))