From 73ce3f687fc3699a246d6daa4a44c698c0e788dc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 26 Dec 2020 15:41:26 +0700 Subject: Update 2020-12-26 --- vim/.vim/vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index fce91f9..e72b9e4 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -35,6 +35,7 @@ augroup END let g:netrw_banner = 0 let g:netrw_liststyle = 3 +let g:VM_Enabled = 1 let g:srcery_italic = 1 let g:jedi#popup_on_dot = 0 let g:jedi#popup_select_first = 0 @@ -42,10 +43,12 @@ let g:jedi#show_call_signatures = 2 let g:jedi#smart_auto_mappings = 0 let g:polyglot_disabled = ['latex'] +packadd! python-jedi call plug#begin('~/.vim/plugged') +Plug 'https://github.com/andrep/vimacs' Plug 'https://github.com/vim/killersheep' -Plug 'https://github.com/francoiscabrol/ranger.vim' Plug 'https://github.com/sheerun/vim-polyglot' +Plug 'https://github.com/francoiscabrol/ranger.vim' Plug 'https://github.com/srcery-colors/srcery-vim' Plug 'https://github.com/knsh14/vim-github-link' Plug 'https://github.com/lervag/vimtex', {'for': 'tex'} @@ -55,10 +58,10 @@ Plug 'https://github.com/racer-rust/vim-racer', {'for': 'rust'} Plug 'https://github.com/rhysd/rust-doc.vim', {'for': 'rust'} Plug 'https://github.com/artur-shaik/vim-javacomplete2', {'for': 'java'} call plug#end() -source /usr/share/doc/fzf/examples/fzf.vim set t_Co=256 colorscheme srcery map Q gq command Q q command W w +nmap W :w -- cgit 1.4.1