Latest config changes

This commit is contained in:
Alex Selimov 2026-07-17 10:54:11 -04:00
parent 846e47b931
commit a3c3abdf89
12 changed files with 110 additions and 10 deletions

View file

@ -1,6 +1,7 @@
set spell spellfile="~/.config/nvim/spell/wordlist"
setlocal conceallevel=0
setlocal concealcursor=
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran']
set conceallevel=2
let g:vim_markdown_math = 1
let g:tex_conceal = "abdmg"
let g:tex_superscripts= "[]"
@ -17,4 +18,3 @@ command Stab Tabularize /\s\+\zs\s/l1c0
nnoremap ;t :Tabularize /\s\+\zs\s/l1c0<CR>
set tw=1000
set colorcolumn=