From dfd580c27540bea3e00cd63fa81f63e1ac350362 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 24 Feb 2026 21:52:45 +0100 Subject: neovim: copilot auch für shell-scripts aktivieren MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/copilot.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim') diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua index 8f0bd52..237a589 100644 --- a/nvim/lua/plugins/copilot.lua +++ b/nvim/lua/plugins/copilot.lua @@ -22,6 +22,7 @@ return { html = true, css = true, markdown = true, + sh = true, } end, config = function() -- cgit v1.3