.vimrc Julia
This commit is contained in:
7
.vimrc
7
.vimrc
@@ -32,6 +32,7 @@ if filereadable(expand(vundle_dir) . "/README.md")
|
||||
endif
|
||||
Plugin 'dense-analysis/ale'
|
||||
Plugin 'tpope/vim-unimpaired'
|
||||
Plugin 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
call vundle#end() " required
|
||||
else
|
||||
@@ -322,6 +323,12 @@ nmap <F2> :NERDTreeToggle<CR>
|
||||
nmap <F3> :NERDTreeFind<CR>
|
||||
map <F5> :call CurtineIncSw()<CR>
|
||||
|
||||
" Julialang
|
||||
let g:latex_to_unicode_auto = 1
|
||||
|
||||
noremap <expr> <F7> LaTeXtoUnicode#Toggle()
|
||||
noremap! <expr> <F7> LaTeXtoUnicode#Toggle()
|
||||
|
||||
nmap <Leader>cf :cd %:p:h <CR> " Change dir to parent of current file
|
||||
nmap <Leader>cg :cd $git_root_location <CR> " Change dir to git root
|
||||
nmap <Leader>vs :sp $HOME/.vimrc <CR>
|
||||
|
||||
Reference in New Issue
Block a user