diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 00000000..1a804873 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + 'github/copilot.vim', +} diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua index 8b38f14f..72711a58 100755 --- a/lua/custom/plugins/fugitive.lua +++ b/lua/custom/plugins/fugitive.lua @@ -1,6 +1,6 @@ return { 'tpope/vim-fugitive', - config = function () + config = function() vim.keymap.set('n', 'gs', vim.cmd.Git) end }