From eefea590f72bf5fa1a94ff73433125fa0a658179 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 20 Feb 2026 14:25:19 +0100 Subject: neovim: Konfiguration für copilot hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/copilot.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvim/lua/plugins/copilot.lua (limited to 'nvim') 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 @@ +return { + "github/copilot.vim", + enabled = false, +} -- cgit v1.3