From 50793f84a9086f7d122cc655a3f34671b3f1faf3 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 8 Aug 2022 22:24:42 +0200 Subject: [PATCH] [nvim] Get rid of lisp plugin --- nvim/coc-languages/lisp.vim | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 nvim/coc-languages/lisp.vim diff --git a/nvim/coc-languages/lisp.vim b/nvim/coc-languages/lisp.vim deleted file mode 100644 index 919a2eb..0000000 --- a/nvim/coc-languages/lisp.vim +++ /dev/null @@ -1,2 +0,0 @@ -call extend(g:dotfiles_coc_extensions, {'coc-cl': 1}) -call extend(g:dotfiles_coc_filetypes, {'lsp': 1})