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,15 +1,15 @@
return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
opts = {
filetypes = {
javascript = true,
typescript = true,
rust = true,
css = true,
scss = true,
["*"] = false,
}
},
-- "zbirenbaum/copilot.lua",
-- cmd = "Copilot",
-- event = "InsertEnter",
-- opts = {
-- filetypes = {
-- javascript = true,
-- typescript = true,
-- rust = true,
-- css = true,
-- scss = true,
-- ["*"] = false,
-- }
-- },
}