diff --git a/.vim/vimrc b/.vim/vimrc index 13c1380..2590671 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -42,6 +42,7 @@ Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } Plug 'vim-syntastic/syntastic' +"Plug 'rust-lang/rust.vim', { 'for': 'rust' } call plug#end() let g:airline_powerline_fonts = 1 @@ -133,7 +134,7 @@ nmap nt :NERDTreeToggle vmap gb :!git blame % -L=line("'<") ,=line("'>") nmap gb :!git blame % -nmap ll w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex +nmap ll :w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex " ------ wayland copy @@ -294,4 +295,4 @@ set mouse=a " enable mouse in n,v,i,c,h modes set laststatus=2 " show powerline status bar set t_Co=256 -set termguicolors +set notermguicolors