diff options
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r-- | fnl/nvrc/options.fnl | 2 |
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))) |