|
|
@ -245,7 +245,8 @@ require('lazy').setup({
|
|
|
|
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
|
|
|
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
|
|
|
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
|
|
|
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
|
|
|
'github/copilot.vim', -- GitHub Copilot integration
|
|
|
|
'github/copilot.vim', -- GitHub Copilot integration
|
|
|
|
-- vim-tree
|
|
|
|
|
|
|
|
|
|
|
|
-- nvim-tree
|
|
|
|
{
|
|
|
|
{
|
|
|
|
'kyazdani42/nvim-tree.lua',
|
|
|
|
'kyazdani42/nvim-tree.lua',
|
|
|
|
config = function()
|
|
|
|
config = function()
|
|
|
@ -265,6 +266,7 @@ require('lazy').setup({
|
|
|
|
}
|
|
|
|
}
|
|
|
|
end,
|
|
|
|
end,
|
|
|
|
}, -- File explorer
|
|
|
|
}, -- File explorer
|
|
|
|
|
|
|
|
'nvim-tree/nvim-web-devicons',
|
|
|
|
|
|
|
|
|
|
|
|
-- NOTE: Plugins can also be added by using a table,
|
|
|
|
-- NOTE: Plugins can also be added by using a table,
|
|
|
|
-- with the first argument being the link and the following
|
|
|
|
-- with the first argument being the link and the following
|
|
|
|