Fix typos

This commit is contained in:
Alexander Rosenberg 2023-05-03 23:04:38 -07:00
parent 6b53868291
commit 2880b96499
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -81,7 +81,7 @@
"Enabled Spellcheck" "Enabled Spellcheck"
"Disabled Spellcheck"))))) "Disabled Spellcheck")))))
;; Enable spell in certian buffers ;; Enable spell in certain buffers
(hook! :FileType [ :text :markdown :tex :bib ] (hook! :FileType [ :text :markdown :tex :bib ]
#(if (= (vim.fn.buflisted (vim.api.nvim_get_current_buf)) 1) #(if (= (vim.fn.buflisted (vim.api.nvim_get_current_buf)) 1)
(set vim.opt_local.spell true))) (set vim.opt_local.spell true)))