This commit is contained in:
Roland Thomas
2023-03-21 22:36:35 -04:00
parent e765c5eaa3
commit 52388566b0
2 changed files with 27 additions and 27 deletions

5
.vimrc
View File

@ -24,9 +24,14 @@ Plug 'preservim/nerdtree'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround'
Plug 'ryanoasis/vim-devicons'
Plug 'xuhdev/vim-latex-live-preview'
call plug#end()
colorscheme nord
let g:lightline = {
\ 'colorscheme': 'nord',
\ }
" vim-laxet-live-preview settings
autocmd Filetype tex setl updatetime=1
let g:livepreview_previewer = 'zathura'