diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-02-20 14:25:19 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-02-20 14:25:19 +0100 |
| commit | eefea590f72bf5fa1a94ff73433125fa0a658179 (patch) | |
| tree | cd9507c0e65043046ff6e4951c35737364f86e5a /nvim | |
| parent | ec294c0b051fdbe610b65c6347ed64f02ecc4537 (diff) | |
| download | dotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.tar.gz dotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.tar.bz2 dotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.zip | |
neovim: Konfiguration für copilot hinzugefügt
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/copilot.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua new file mode 100644 index 0000000..bcd4480 --- /dev/null +++ b/nvim/lua/plugins/copilot.lua | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | return { | ||
| 2 | "github/copilot.vim", | ||
| 3 | enabled = false, | ||
| 4 | } | ||
