summaryrefslogtreecommitdiff
path: root/lua/plugins/copilot.lua
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-07-10 14:59:42 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-07-10 14:59:42 -0400
commit07abc0343bf1f6e2b93b24e3af8655ce81dd2b02 (patch)
tree1c286fed1d14d3de9f3773057329b20ff07d0a26 /lua/plugins/copilot.lua
parentde2aaa7fd5a90a81de8d216232bb39830ff6041d (diff)
Stylua formatting + conform.nvim
Diffstat (limited to 'lua/plugins/copilot.lua')
-rw-r--r--lua/plugins/copilot.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua
index f53bb48..f720ddb 100644
--- a/lua/plugins/copilot.lua
+++ b/lua/plugins/copilot.lua
@@ -1,7 +1,7 @@
return {
- "github/copilot.vim",
- event = "VeryLazy",
- build = function()
- vim.cmd([[Copilot setup]])
- end,
+ "github/copilot.vim",
+ event = "VeryLazy",
+ build = function()
+ vim.cmd([[Copilot setup]])
+ end,
}