We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e16a06 commit 96325d8Copy full SHA for 96325d8
1 file changed
lua/config/options.lua
@@ -67,6 +67,10 @@ vim.o.foldlevelstart = 99
67
-- https://github.com/deoplete-plugins/deoplete-jedi/wiki/Setting-up-Python-for-Neovim#using-virtual-environments
68
vim.g.python3_host_prog = "~/.pyenv/versions/py3nvim/bin/python"
69
70
+-- Disable unused providers
71
+vim.g.loaded_perl_provider = 0
72
+vim.g.loaded_ruby_provider = 0
73
+
74
-- Required by opencode.nvim
75
vim.o.autoread = true
76
0 commit comments