mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
commentary fix
This commit is contained in:
parent
9b8693f3fd
commit
76e457279a
@ -62,7 +62,7 @@ autocmd BufWritePre * %s/\s\+$//e
|
|||||||
|
|
||||||
" Plugin section
|
" Plugin section
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
Plug 'lervag/vimtex' , { 'for' : 'tex'} " tex library for coc autocompletion
|
Plug 'lervag/vimtex' , { 'for' : 'tex'} " Tex library for coc autocompletion
|
||||||
Plug 'donRaphaco/neotex', { 'for': 'tex'} " Asynchronous pdf rendering
|
Plug 'donRaphaco/neotex', { 'for': 'tex'} " Asynchronous pdf rendering
|
||||||
Plug 'preservim/nerdtree' " Filetree
|
Plug 'preservim/nerdtree' " Filetree
|
||||||
Plug 'majutsushi/tagbar' " Show tags
|
Plug 'majutsushi/tagbar' " Show tags
|
||||||
@ -72,6 +72,7 @@ Plug 'qpkorr/vim-renamer' " Bulk renamer
|
|||||||
Plug 'sirver/ultisnips' " Snippets
|
Plug 'sirver/ultisnips' " Snippets
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
"you complete me
|
||||||
let g:ycm_global_ycm_extra_conf = '/home/tiynger/.config/nvim/ycm_extra_conf.py'
|
let g:ycm_global_ycm_extra_conf = '/home/tiynger/.config/nvim/ycm_extra_conf.py'
|
||||||
let g:ycm_semantic_triggers = {
|
let g:ycm_semantic_triggers = {
|
||||||
\ 'tex' : ['{']
|
\ 'tex' : ['{']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user