Browse Source

commentary fix

master
TiynGER 8 months ago
parent
commit
76e457279a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .config/nvim/init.vim

+ 2
- 1
.config/nvim/init.vim

@ -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…
Cancel
Save