nvim: init.vim: Drop support for all lisp
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
1b3feefc4c
commit
f0d863b863
1 changed files with 0 additions and 5 deletions
|
@ -74,11 +74,6 @@ Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' }
|
|||
Plug 'rust-lang/rust.vim', { 'for': 'rust' }
|
||||
" Purescript
|
||||
Plug 'purescript-contrib/purescript-vim'
|
||||
" Lisp
|
||||
Plug 'wlangstroth/vim-racket'
|
||||
Plug 'guns/vim-clojure-static'
|
||||
Plug 'guns/vim-sexp', { 'for': [ 'racket', 'scheme', 'lisp', 'clojure' ] }
|
||||
Plug 'tpope/vim-sexp-mappings-for-regular-people', { 'for': [ 'racket', 'scheme', 'lisp', 'clojure' ] }
|
||||
" Erlang
|
||||
Plug 'vim-erlang/vim-erlang-runtime', { 'for': 'erlang' }
|
||||
Plug 'vim-erlang/vim-erlang-tags', { 'for': 'erlang' }
|
||||
|
|
Loading…
Reference in a new issue