Add Config Files
This commit is contained in:
parent
ade387bdb6
commit
f071a73fdb
520 changed files with 45353 additions and 1 deletions
9
.config/nvim/lua/plugins/copilot.lua
Normal file
9
.config/nvim/lua/plugins/copilot.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"github/copilot.vim",
|
||||
config = function()
|
||||
-- Copilot specific settings can go here if needed
|
||||
-- For example, to disable Copilot by default
|
||||
vim.g.copilot_enabled = false
|
||||
end
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue