From 83c01bdcf35cd95df2d0eb12a651d300cae71140 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 19 Sep 2022 21:38:37 +0900 Subject: feat(slimv): add lisp --- fnl/nvrc/options.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/options.fnl') diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index 7bef595..13e1d1e 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -52,7 +52,7 @@ :rrhelper :spellfile_plugin :matchit] - providers [:perl :python :python3 :node :ruby]] + providers [:perl :node :ruby]] (each [_ v (ipairs built-ins)] (let [b (.. :loaded_ v)] (tset vim.g b 1))) -- cgit 1.4.1