about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-19 21:38:37 +0900
committersefidel <contact@sefidel.net>2022-09-19 21:38:37 +0900
commit83c01bdcf35cd95df2d0eb12a651d300cae71140 (patch)
tree6ef66e8e4a765dbccdcc0b7cd7e22f13f58df070 /fnl/nvrc/options.fnl
parentc20b8719323e5447694c93d2e186085eef73ef63 (diff)
downloadnvimrc-83c01bdcf35cd95df2d0eb12a651d300cae71140.tar.gz
nvimrc-83c01bdcf35cd95df2d0eb12a651d300cae71140.zip
feat(slimv): add lisp
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl2
1 files changed, 1 insertions, 1 deletions
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)))