diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
commit | 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 (patch) | |
tree | 68ffe5993a36cef1a75f351ff845851601e358fa /vim | |
parent | a7318de79dda2662239c52965a6dd712fd19467b (diff) | |
download | dotfiles-1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7.tar.gz |
Start a new internship with Clojure
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
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() |