diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-07-23 16:13:19 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-07-23 16:13:19 +0100 |
| commit | 898355e0083b4ecd03ee7ca422d460bbbc2c2465 (patch) | |
| tree | df468ab5ffef8d16aef674214cec5eab28e576c0 | |
| parent | 94ece31c436eba738b8f22c1b9bc0a207c90332b (diff) | |
✨feat: disable windsurf by default
| -rw-r--r-- | lua/config/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua index 5494efa..15278b1 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -35,3 +35,6 @@ vim.api.nvim_set_keymap("n", "<Space>", "", { desc = "Leader" }) vim.o.termguicolors = true vim.o.background = "dark" + +-- disable codeium by default +vim.g.codeium_enabled = false |
