From 2d8d5892f5e6c58242a9622dcef2e76bc47b37d0 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 11 Jun 2020 23:06:33 +0200 Subject: [PATCH] feat: notermguicolors; feat: pdflatex compilation shorthand --- .vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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