pin neo-tree to prevent bug
This commit is contained in:
parent
34a68be7ac
commit
93434a8105
5 changed files with 28 additions and 29 deletions
|
@ -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,
|
||||
-- }
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue