about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-22 19:57:44 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-22 19:57:44 +0700
commitbfd59f83b7af16541e8b70c1321470c65131ae29 (patch)
treebb2e03e251605380814457f8b1c56d3b6a77af14 /vim/.vim/vimrc
parent99a42df0d7d5caa07cd5b4923d7c02802b448d63 (diff)
downloaddotfiles-bfd59f83b7af16541e8b70c1321470c65131ae29.tar.gz
Update 2020-12-22
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 92d3777..fce91f9 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -18,11 +18,10 @@ set diffopt+=algorithm:patience
 augroup vimrc
   autocmd!
   autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
-  autocmd BufNewFile,BufRead *.sql setlocal filetype=mysql
   autocmd BufNewFile,BufRead *.m setlocal filetype=octave
   autocmd FileType asm,c,h,go,glsl,sshconfig,php
         \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8
-  autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal
+  autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,html,octave,pascal
         \ setlocal shiftwidth=2
   autocmd FileType rst setlocal shiftwidth=3
   autocmd FileType java setlocal omnifunc=javacomplete#Complete
@@ -49,12 +48,12 @@ Plug 'https://github.com/francoiscabrol/ranger.vim'
 Plug 'https://github.com/sheerun/vim-polyglot'
 Plug 'https://github.com/srcery-colors/srcery-vim'
 Plug 'https://github.com/knsh14/vim-github-link'
-Plug 'https://github.com/goerz/jupytext.vim'
 Plug 'https://github.com/lervag/vimtex', {'for': 'tex'}
 Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'}
 Plug 'https://github.com/anntzer/vim-cython', {'for': 'cython'}
 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