From 98483488815ade0f5150745965574c856d60d4c5 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 17 May 2021 20:39:46 +0530 Subject: [PATCH] nvim: plugins: Drop all LISP support Flights of fancy. Thought I will learn LISP but dynamically typed languages are just annoying to work with. --- nvim/.config/nvim/lua/plugins.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index a8bdeb7..36df1d0 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -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