Add bullets.vim, fix neogit mapping
This commit is contained in:
parent
6cf9979241
commit
63a39b70fe
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -337,6 +337,7 @@ require('lazy').setup({
|
|||
}
|
||||
}},
|
||||
'ojroques/nvim-bufdel',
|
||||
'bullets-vim/bullets.vim',
|
||||
{'stevearc/conform.nvim', config = function ()
|
||||
require'conform'.setup {
|
||||
formatters_by_ft = {
|
||||
|
|
@ -962,8 +963,6 @@ require('lazy').setup({
|
|||
}
|
||||
}},
|
||||
{'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 = {
|
||||
'MunifTanjim/nui.nvim',
|
||||
|
|
@ -1070,6 +1069,7 @@ require('lazy').setup({
|
|||
{'<Leader>g', '<Cmd>Neogit<CR>', { desc = 'Neogit' }}
|
||||
}},
|
||||
{'rcarriga/nvim-notify', dependencies = {'nvim-telescope/telescope.nvim'}, opts = {
|
||||
background_colour = '#FFFFFF',
|
||||
stages = 'fade',
|
||||
render = 'compact',
|
||||
}, config = function(_, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue