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
+1
View File
@@ -71,6 +71,7 @@ local lsp_confs = {
},
},
},
coq_lsp = {},
racket_langserver = {},
ocamllsp = {},
rust_analyzer = {
+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 })
+4
View File
@@ -21,6 +21,10 @@ return require('packer').startup({
'mustache/vim-mustache-handlebars'
}
use {
'whonore/Coqtail'
}
use {
'noir-lang/noir-nvim'
}