From b440e5d9b86e60c084a452587a035f57aba97ce5 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 21 Oct 2021 17:54:08 +0200 Subject: [PATCH] vimtex is back --- nvim/.config/nvim/init.vim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index fce367c..72920e8 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -8,6 +8,7 @@ if has('nvim') Plug 'LnL7/vim-nix' Plug 'cespare/vim-toml' Plug 'JuliaEditorSupport/julia-vim' + Plug 'lervag/vimtex' call plug#end() @@ -23,8 +24,6 @@ else syntax enable endif -" disable TeX commands concealing -let g:tex_conceal = '' " space is our leader! let mapleader = "\" @@ -82,5 +81,5 @@ nnoremap U :echo "NOPE!" " do not conceal stuff set conceallevel=0 - -set laststatus=1 +" and another time for supid ones who continue to insist +let g:tex_conceal = ''