all repos

init.lua @ 780c61c

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(options): disable node plugins support
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-20 16:14:42 +0300
Parent: b0fd83d
M lua/core/options.lua

@@ -49,6 +49,7 @@

-- disable build-in modules g.loaded_perl_provider = 0 g.loaded_ruby_provider = 0 +g.loaded_node_provider = 0 for _, i in pairs { "netrw", "netrwPlugin",