aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/copilot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/copilot.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()