refactor: reorganize post-configuration functions into utils module

This commit is contained in:
2024-09-15 06:14:16 -04:00
parent 651e931ce3
commit da34d98a1c
14 changed files with 924 additions and 518 deletions
+7
View File
@@ -6,6 +6,13 @@
-- ╰─────────────────────────────────────────────────────────╯
local M = {}
M.chatgpt = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"folke/trouble.nvim",
"nvim-telescope/telescope.nvim",
}
--- nvim-cmp dependencies
---@return table The nvim-cmp dependencies
M.cmp = {