Add bullets.vim, fix neogit mapping

This commit is contained in:
Amanda Graven 2026-01-13 09:53:12 +01:00
parent 6cf9979241
commit 63a39b70fe

View file

@ -337,6 +337,7 @@ require('lazy').setup({
} }
}}, }},
'ojroques/nvim-bufdel', 'ojroques/nvim-bufdel',
'bullets-vim/bullets.vim',
{'stevearc/conform.nvim', config = function () {'stevearc/conform.nvim', config = function ()
require'conform'.setup { require'conform'.setup {
formatters_by_ft = { formatters_by_ft = {
@ -962,8 +963,6 @@ require('lazy').setup({
} }
}}, }},
{'tpope/vim-fugitive', lazy = false, dependencies = {'tpope/vim-rhubarb', 'shumphrey/fugitive-gitlab.vim'}, keys = { {'tpope/vim-fugitive', lazy = false, dependencies = {'tpope/vim-rhubarb', 'shumphrey/fugitive-gitlab.vim'}, keys = {
{'<Leader>g', '<Cmd>vert Git<CR>', desc = 'Git status'},
{'<Leader>G', '<Cmd>tab Git<CR>', desc = 'Git status (tab)'},
}}, }},
{'harrisoncramer/gitlab.nvim', dependencies = { {'harrisoncramer/gitlab.nvim', dependencies = {
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
@ -1070,6 +1069,7 @@ require('lazy').setup({
{'<Leader>g', '<Cmd>Neogit<CR>', { desc = 'Neogit' }} {'<Leader>g', '<Cmd>Neogit<CR>', { desc = 'Neogit' }}
}}, }},
{'rcarriga/nvim-notify', dependencies = {'nvim-telescope/telescope.nvim'}, opts = { {'rcarriga/nvim-notify', dependencies = {'nvim-telescope/telescope.nvim'}, opts = {
background_colour = '#FFFFFF',
stages = 'fade', stages = 'fade',
render = 'compact', render = 'compact',
}, config = function(_, opts) }, config = function(_, opts)