🗑️ remove(nvim): disable some repl providers by default
This commit is contained in:
parent
435d6e453c
commit
1df81d9171
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ o.gui_font_face = "JetBrainsMono Nerd Font"
|
|||
|
||||
-- Enable EditorConfig integration
|
||||
o.editorconfig = true
|
||||
|
||||
-- Disable some repl providers
|
||||
for _, provider in ipairs({ "node", "perl", "python3", "ruby" }) do
|
||||
vim.g["loaded_" .. provider .. "_provider"] = 0
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue