nvim: plugins: Drop all LISP support
Flights of fancy. Thought I will learn LISP but dynamically typed languages are just annoying to work with.
This commit is contained in:
parent
5462060452
commit
9848348881
1 changed files with 0 additions and 12 deletions
|
@ -132,18 +132,6 @@ local init = function ()
|
|||
use 'vim-pandoc/vim-pandoc-syntax'
|
||||
-- Dhall & nix
|
||||
use 'vmchale/dhall-vim'
|
||||
-- LISP
|
||||
use {
|
||||
'Olical/conjure',
|
||||
tag = 'v4.18.0',
|
||||
ft = { 'fennel', 'racket', 'scheme' }
|
||||
}
|
||||
use {
|
||||
'guns/vim-sexp',
|
||||
'tpope/vim-sexp-mappings-for-regular-people',
|
||||
ft = { 'fennel', 'racket', 'scheme' }
|
||||
}
|
||||
use 'wlangstroth/vim-racket'
|
||||
-- Other syntax highlighting support
|
||||
use 'inkarkat/SyntaxAttr.vim'
|
||||
-- For statusline
|
||||
|
|
Loading…
Reference in a new issue