style: clean up whitespaces in options configuration
This commit is contained in:
@@ -103,11 +103,11 @@ vim.g.aitool = "neocodeium" ---@type string Options: [ai too
|
|||||||
-- │ │ ollama
|
-- │ │ ollama
|
||||||
-- ╰───────────────────────────╯ none
|
-- ╰───────────────────────────╯ none
|
||||||
-- Enable ChatGPT plugin for AI chat
|
-- 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
|
-- 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
|
-- 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
|
-- Use Blink instead of nvim-cmp
|
||||||
vim.g.useblinkcmp = false ---@type boolean Options: <true|false>
|
vim.g.useblinkcmp = false ---@type boolean Options: <true|false>
|
||||||
|
|||||||
@@ -63,3 +63,4 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user