Change source for latex-box plugin
This commit is contained in:
parent
a65f88b62e
commit
32743eba91
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -66,7 +66,7 @@ if has("unix") || has("mac")
|
|||
map <F5> :UndotreeToggle<CR>
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
map <F6> :NERDTreeToggle<CR>
|
||||
Plugin 'LaTeX-Box-Team/LaTeX-Box'
|
||||
Plugin 'vim-scripts/LaTeX-Box'
|
||||
map <LocalLeader>ll :Latexmk<CR>
|
||||
if isdirectory(expand("/home/lhark/.vim/bundle/YouCompleteMe"))
|
||||
"[Workaround for YCM non-portability]"
|
||||
|
|
Loading…
Reference in a new issue