Aggiustamenti cambiando da latexsuite a vimtex + UltiSnips + varie.
This commit is contained in:
parent
1d9abd1c11
commit
37a6b4cbe5
14 changed files with 276 additions and 388 deletions
16
vimrc
16
vimrc
|
@ -28,13 +28,17 @@ Plug 'xsbeats/vim-blade'
|
|||
" HTML 5 template
|
||||
Plug 'othree/html5.vim'
|
||||
|
||||
" Vim-latexsuite
|
||||
Plug 'vim-latex/vim-latex'
|
||||
" latex stuff
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'lervag/vimtex'
|
||||
Plug 'ckunte/latex-snippets-vim', { 'tag': '*' }
|
||||
|
||||
Plug 'hashivim/vim-terraform'
|
||||
|
||||
" Rust
|
||||
Plug 'rust-lang/rust.vim'
|
||||
Plug 'zooxyt/Ultisnips-rust'
|
||||
|
||||
" Devicons
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
@ -77,7 +81,7 @@ let g:NERDTreeNodeDelimiter = "\u00a0"
|
|||
map <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
" LaTeXsuite - Cambio il tex flavor
|
||||
let g:tex_flavor='latex'
|
||||
" let g:tex_flavor='latex'
|
||||
|
||||
" Airline-theme - Set up airline-theme
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
@ -129,3 +133,9 @@ endfunction
|
|||
let g:coc_filetype_map = {
|
||||
\ 'yaml.ansible': 'ansible',
|
||||
\ }
|
||||
|
||||
" vimtex configuration
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
|
||||
" Ultisnips configuration
|
||||
let g:UltiSnipsExpandTrigger = '<Tab>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue