diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-20 22:13:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-20 22:13:46 +0700 |
commit | 6b9a1b1a3de10899b87a8a2c6e4074341d29cd02 (patch) | |
tree | 0d6c6924434be153eb09dd81886f5218244d09c3 /vim | |
parent | 3030db8ff09ab6da0f1f941518ef5c071053c5f8 (diff) | |
download | dotfiles-6b9a1b1a3de10899b87a8a2c6e4074341d29cd02.tar.gz |
Update 2019-09-20
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/gvimrc | 2 | ||||
-rwxr-xr-x | vim/.vim/vimrc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vim/.vim/gvimrc b/vim/.vim/gvimrc index cdefc17..50c7b2d 100755 --- a/vim/.vim/gvimrc +++ b/vim/.vim/gvimrc @@ -1,5 +1,5 @@ runtime ftplugin/man.vim nmap K :Man <cword><CR> set guifont=Latin\ Modern\ Mono\ 12 -set guioptions=Pc +set guioptions=ci set guicursor+=a:blinkon0 diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index b8c5ed3..782786c 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -3,7 +3,7 @@ set undodir=~/.cache/vim/undo set directory=~/.cache/vim/swap set backupdir=~/.cache/vim/backup set viminfo+=n~/.cache/vim/viminfo -set clipboard=exclude:cons\|linux autochdir +set clipboard=unnamedplus autochdir set showcmd noshowmode ruler wildmenu confirm number relativenumber set nostartofline if has("patch-7.4.710") @@ -21,7 +21,6 @@ autocmd FileType c,h,go,glsl setlocal cindent cinoptions=(0 noexpandtab shiftwid autocmd FileType rst setlocal shiftwidth=3 autocmd FileType css,javascript,python,perl6 setlocal shiftwidth=4 autocmd FileType python syntax keyword pythonBoolean False True None -let g:gruvbox_italic=1 let g:jedi#popup_on_dot = 0 let g:jedi#popup_select_first = 0 let g:jedi#show_call_signatures = 2 @@ -35,6 +34,7 @@ call plug#begin('~/.vim/plugged') Plug 'https://github.com/sheerun/vim-polyglot.git' Plug 'https://github.com/srcery-colors/srcery-vim.git' Plug 'https://github.com/tpope/vim-abolish.git' +Plug 'https://github.com/alx741/vinfo.git' Plug 'https://github.com/drmikehenry/vim-fontsize.git' Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} |