Fix typos
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user