aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-02-24 21:52:45 +0100
committerThomas Schmucker <ts@its1.de>2026-02-24 21:52:45 +0100
commitdfd580c27540bea3e00cd63fa81f63e1ac350362 (patch)
treeb58cf4bae28cddba55a222137f239d95a08cf93a /nvim/lua
parent4ebaaec2b7635e32f78562dc2dbfdd0c66902b17 (diff)
downloaddotfiles-dfd580c27540bea3e00cd63fa81f63e1ac350362.tar.gz
dotfiles-dfd580c27540bea3e00cd63fa81f63e1ac350362.tar.bz2
dotfiles-dfd580c27540bea3e00cd63fa81f63e1ac350362.zip
neovim: copilot auch für shell-scripts aktivieren
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/plugins/copilot.lua1
1 files changed, 1 insertions, 0 deletions
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 {
22 html = true, 22 html = true,
23 css = true, 23 css = true,
24 markdown = true, 24 markdown = true,
25 sh = true,
25 } 26 }
26 end, 27 end,
27 config = function() 28 config = function()