My changes

This commit is contained in:
Peter Stuifzand 2024-02-26 21:18:26 +01:00
parent 609808366b
commit 889ba25939
No known key found for this signature in database
7 changed files with 49 additions and 9 deletions

View file

@ -1,6 +1,6 @@
return {
-- 'github/copilot.vim',
-- config = function ()
-- vim.g.copilot_assume_mapped = true
-- end
'github/copilot.vim',
config = function()
vim.g.copilot_assume_mapped = true
end,
}

View file

@ -0,0 +1,3 @@
return {
'tpope/vim-fugitive',
}

View file

@ -0,0 +1,8 @@
return {
'kdheepak/lazygit.nvim',
enable = false,
-- optional for floating window border decoration
dependencies = {
'nvim-lua/plenary.nvim',
},
}

View file

@ -0,0 +1,6 @@
return {
'pbogut/magento2-ls',
build = function()
require('magento2_ls').get_server()
end,
}

View file

@ -0,0 +1,3 @@
return {
'BlackLight/nvim-http',
}