My changes
This commit is contained in:
parent
609808366b
commit
889ba25939
7 changed files with 49 additions and 9 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
3
lua/custom/plugins/fugitive.lua
Normal file
3
lua/custom/plugins/fugitive.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'tpope/vim-fugitive',
|
||||
}
|
||||
8
lua/custom/plugins/lazygit.lua
Normal file
8
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
enable = false,
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
}
|
||||
6
lua/custom/plugins/magento2-ls.lua
Normal file
6
lua/custom/plugins/magento2-ls.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'pbogut/magento2-ls',
|
||||
build = function()
|
||||
require('magento2_ls').get_server()
|
||||
end,
|
||||
}
|
||||
3
lua/custom/plugins/nvim-http.lua
Normal file
3
lua/custom/plugins/nvim-http.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'BlackLight/nvim-http',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue