mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-12 00:15:13 +02:00
Replaced packer with lazyvim plugin manager
This commit is contained in:
8
.config/nvim/lua/plugins/copilot.lua
Normal file
8
.config/nvim/lua/plugins/copilot.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{ 'github/copilot.vim',
|
||||
config = function ()
|
||||
-- Disable copilot by default
|
||||
vim.g.copilot_enabled = false
|
||||
end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user