style: clean up whitespaces in options configuration

This commit is contained in:
2024-12-18 14:26:57 -05:00
parent 76cb67e6e9
commit 1678c1a244
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -103,11 +103,11 @@ vim.g.aitool = "neocodeium" ---@type string Options: [ai too
-- │ │  ollama
-- ╰───────────────────────────╯  none
-- Enable ChatGPT plugin for AI chat
vim.g.usechatgpt = false ---@type boolean Options: <true|false>
vim.g.usechatgpt = false ---@type boolean Options: <true|false>
-- Enable Avante plugin for AI chat
vim.g.useavante = true ---@type boolean Options: <true|false>
vim.g.useavante = true ---@type boolean Options: <true|false>
-- Enable GP plugin for AI chat
vim.g.usegpai = false ---@type boolean Options: <true|false>
vim.g.usegpai = false ---@type boolean Options: <true|false>
-- Use Blink instead of nvim-cmp
vim.g.useblinkcmp = false ---@type boolean Options: <true|false>