Add latex mode
This commit is contained in:
parent
1996464363
commit
df2c87559f
1 changed files with 1 additions and 3 deletions
|
@ -21,6 +21,7 @@ Plug 'sirver/ultisnips'
|
|||
Plug 'lervag/vimtex'
|
||||
" Plug 'wlangstroth/vim-racket'
|
||||
Plug 'sirver/ultisnips'
|
||||
Plug 'lervag/vimtex'
|
||||
call plug#end()
|
||||
|
||||
set completeopt-=preview
|
||||
|
@ -33,17 +34,14 @@ function! s:insert_gates()
|
|||
normal! kk
|
||||
endfunction
|
||||
|
||||
<<<<<<< HEAD
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let maplocalleader = ","
|
||||
let g:mapleader = ','
|
||||
let g:VM_leader = ','
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
let g:vimtex_compiler_method = 'latexmk'
|
||||
=======
|
||||
let g:mapleader = ','
|
||||
let g:VM_leader = ','
|
||||
>>>>>>> 89c08c3 (Replace vim-multi-cursors with vim-visual-multi)
|
||||
let g:rainbow_active = 1
|
||||
let g:syntastic_enable_racket_racket_checker = 1
|
||||
let g:syntastic_cpp_compiler_options = '-std=c++20'
|
||||
|
|
Loading…
Add table
Reference in a new issue