Upgrade OS version and setup #30

Merged
joao.dubas merged 28 commits from jpd-upgrade-os into main 2024-03-28 00:18:20 +00:00
Showing only changes of commit cd84775ca7 - Show all commits

View File

@ -3,9 +3,6 @@
--
-- See the kickstart.nvim README for more information
return {
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
{
'lewis6991/gitsigns.nvim',
opts = {
@ -92,6 +89,22 @@ return {
}
end,
},
{
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim',
'sindrets/diffview.nvim',
'nvim-telescope/telescope.nvim',
},
opts = {
git_services = {
['gitea.dubas.dev'] = 'https://gitea.dubas.dev/${owner}/${repository}/compare/${branch_name}',
},
},
keys = {
{ '<leader>gs', '<cmd>Neogit<cr>', desc = 'Git status' },
},
},
'nvim-treesitter/nvim-treesitter-context',
{
'kevinhwang91/nvim-ufo',