vimtex is back
This commit is contained in:
parent
2a0b443bc5
commit
b440e5d9b8
1 changed files with 3 additions and 4 deletions
|
@ -8,6 +8,7 @@ if has('nvim')
|
||||||
Plug 'LnL7/vim-nix'
|
Plug 'LnL7/vim-nix'
|
||||||
Plug 'cespare/vim-toml'
|
Plug 'cespare/vim-toml'
|
||||||
Plug 'JuliaEditorSupport/julia-vim'
|
Plug 'JuliaEditorSupport/julia-vim'
|
||||||
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -23,8 +24,6 @@ else
|
||||||
syntax enable
|
syntax enable
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" disable TeX commands concealing
|
|
||||||
let g:tex_conceal = ''
|
|
||||||
|
|
||||||
" space is our leader!
|
" space is our leader!
|
||||||
let mapleader = "\<Space>"
|
let mapleader = "\<Space>"
|
||||||
|
@ -82,5 +81,5 @@ nnoremap U :echo "NOPE!"<CR>
|
||||||
|
|
||||||
" do not conceal stuff
|
" do not conceal stuff
|
||||||
set conceallevel=0
|
set conceallevel=0
|
||||||
|
" and another time for supid ones who continue to insist
|
||||||
set laststatus=1
|
let g:tex_conceal = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue