Repositioning
This commit is contained in:
parent
f60741837c
commit
47e9944685
3
init.vim
3
init.vim
@ -41,9 +41,6 @@ call plug#end()
|
||||
colorscheme gruvbox
|
||||
let g:gruvbox_contrast_light = 'hard'
|
||||
|
||||
let g:vimtex_view_method = 'mupdf'
|
||||
let g:vimtex_compiler_latexmk= {'options' : ['-pdf', '-shell-escape', '-verbose', '-file-line-error', '-synctex=1', '-interaction=nonstopmode',],}
|
||||
|
||||
"Open NERDTree
|
||||
:nnoremap <silent> <expr> <F2> g:NERDTree.IsOpen() ? "\:NERDTreeClose<CR>" : bufexists(expand('%')) ? "\:NERDTreeFind<CR>" : "\:NERDTree<CR>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user