Latest config changes
This commit is contained in:
parent
846e47b931
commit
a3c3abdf89
12 changed files with 110 additions and 10 deletions
|
|
@ -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=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue