Replace fugitive with neogit
This commit is contained in:
parent
36a671f221
commit
d41f3be472
5 changed files with 59 additions and 32 deletions
3
init.lua
3
init.lua
|
|
@ -72,7 +72,7 @@ require('lazy').setup({
|
|||
-- NOTE: First, some plugins that don't require any configuration
|
||||
|
||||
-- Git related plugins
|
||||
'tpope/vim-fugitive',
|
||||
-- 'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
|
||||
-- Detect tabstop and shiftwidth automatically
|
||||
|
|
@ -661,6 +661,7 @@ local servers = {
|
|||
rangeVariableTypes = true,
|
||||
},
|
||||
},
|
||||
taplo = {},
|
||||
bashls = {},
|
||||
ruff_lsp = {},
|
||||
pyright = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue