diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/copilot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua index 237a589..ed0ec8f 100644 --- a/nvim/lua/plugins/copilot.lua +++ b/nvim/lua/plugins/copilot.lua | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | return { | 1 | return { |
| 2 | "github/copilot.vim", | 2 | "github/copilot.vim", |
| 3 | -- enabled = false, | 3 | enabled = false, |
| 4 | 4 | ||
| 5 | event = "InsertEnter", | 5 | event = "InsertEnter", |
| 6 | init = function() | 6 | init = function() |
