about summary refs log tree commit diff
path: root/vim/.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim')
-rwxr-xr-xvim/.vim/vimrc5
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()