Skip to content

Commit 96325d8

Browse files
committed
fix: disable unused providers
1 parent 5e16a06 commit 96325d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lua/config/options.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ vim.o.foldlevelstart = 99
6767
-- https://github.com/deoplete-plugins/deoplete-jedi/wiki/Setting-up-Python-for-Neovim#using-virtual-environments
6868
vim.g.python3_host_prog = "~/.pyenv/versions/py3nvim/bin/python"
6969

70+
-- Disable unused providers
71+
vim.g.loaded_perl_provider = 0
72+
vim.g.loaded_ruby_provider = 0
73+
7074
-- Required by opencode.nvim
7175
vim.o.autoread = true
7276

0 commit comments

Comments
 (0)