pin neo-tree to prevent bug

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-21 14:06:08 -06:00
parent 34a68be7ac
commit 93434a8105
5 changed files with 28 additions and 29 deletions

View file

@ -1,10 +1,10 @@
return {
-- "jackMort/ChatGPT.nvim",
-- event = "VeryLazy",
-- config = function() require("chatgpt").setup() end,
-- dependencies = {
-- "MunifTanjim/nui.nvim",
-- "nvim-lua/plenary.nvim",
-- "nvim-telescope/telescope.nvim",
-- },
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
config = function() require("chatgpt").setup() end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
}