This commit is contained in:
h
2025-09-10 00:42:48 -04:00
parent 1c07ccc3e5
commit a953613aec
5 changed files with 10 additions and 1 deletions
+3
View File
@@ -17,6 +17,8 @@ vim.g.base16colorspace = 256
vim.g.vimtex_view_method = "zathura"
o.termguicolors = true
vim.b.coqtail_coq_prog = "coqidetop"
vim.cmd [[
augroup spellcheck
au!
@@ -28,6 +30,7 @@ vim.cmd [[
au BufRead,BufNewFile *.tex setlocal spell
augroup END
]]
o.spelllang = "en_us"
map('i', '<C-L>', '<c-g>u<Esc>[s1z=`]a<c-g>u', { noremap = true })