Compare commits
No commits in common. "main" and "migrate-to-lazy" have entirely different histories.
main
...
migrate-to
1 changed files with 2 additions and 2 deletions
4
init.lua
4
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 = {
|
||||
{'<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',
|
||||
|
|
@ -1069,7 +1070,6 @@ 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