From 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 27 Apr 2021 10:52:10 +0700 Subject: Start a new internship with Clojure --- vim/.vim/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index dbec673..f473ef3 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -20,6 +20,7 @@ augroup vimrc autocmd BufNewFile,BufRead *.vert,*.geom,*.frag setlocal filetype=glsl autocmd BufNewFile,BufRead *.info setlocal filetype=json autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal + autocmd BufNewFile,BufRead *.ms setlocal filetype=groff 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 @@ -49,12 +50,10 @@ Plug 'https://github.com/vim/killersheep' 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'} Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} +Plug 'https://github.com/tpope/vim-fireplace', {'for': 'clojure'} 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://git.sr.ht/~sircmpwn/hare.vim', {'for': 'hare'} call plug#end() -- cgit 1.4.1