diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-05-18 09:26:18 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-05-18 09:26:18 +0200 |
| commit | 050b62bd8c9bab7344fbc84b5e692dc52973d889 (patch) | |
| tree | 53f223f2516378879e08595e8c6ee9237763f897 /nvim/lua/plugins/copilot.lua | |
| parent | 81b4b78268cfd4a95f260cf3ac20d35cd6b7668a (diff) | |
| download | dotfiles-050b62bd8c9bab7344fbc84b5e692dc52973d889.tar.gz dotfiles-050b62bd8c9bab7344fbc84b5e692dc52973d889.tar.bz2 dotfiles-050b62bd8c9bab7344fbc84b5e692dc52973d889.zip | |
neovim: Copilot wieder deaktiviert
Diffstat (limited to 'nvim/lua/plugins/copilot.lua')
| -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() |
