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