diff options
| author | seth <[email protected]> | 2024-10-29 23:05:02 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-30 03:05:02 +0000 |
| commit | 2e766b185d2bb6fa38c0bd8fb980ba8fffeedb3a (patch) | |
| tree | 7c4bc93efe19c00f58bf4df2447b4677488d70ad /lua | |
| parent | 310fdf8de53d98ddd3a56936c131186e25814f0f (diff) | |
use custom wrapper (#70)
* use custom wrapper
* flake: use nix-filter on self
* don't load remote plugins
* use nvim-cmp and fidget from luarocks
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") |
