aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-02-20 14:25:19 +0100
committerThomas Schmucker <ts@its1.de>2026-02-20 14:25:19 +0100
commiteefea590f72bf5fa1a94ff73433125fa0a658179 (patch)
treecd9507c0e65043046ff6e4951c35737364f86e5a /nvim/lua
parentec294c0b051fdbe610b65c6347ed64f02ecc4537 (diff)
downloaddotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.tar.gz
dotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.tar.bz2
dotfiles-eefea590f72bf5fa1a94ff73433125fa0a658179.zip
neovim: Konfiguration für copilot hinzugefügt
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/plugins/copilot.lua4
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 @@
1return {
2 "github/copilot.vim",
3 enabled = false,
4}