diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/getchoo/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/getchoo/init.lua b/lua/getchoo/init.lua index 021333c..da2e986 100644 --- a/lua/getchoo/init.lua +++ b/lua/getchoo/init.lua @@ -15,6 +15,11 @@ opt.wrap = true opt.mouse = "a" opt.showmode = false -- status line does this +-- don't use remote plugins +g.loaded_python3_provider = 0 +g.loaded_ruby_provider = 0 +g.loaded_node_provider = 0 + require("lz.n").load("getchoo/plugins") vim.cmd.colorscheme("catppuccin") |
