Replace fugitive with neogit

This commit is contained in:
Noah Håkansson 2024-03-17 18:44:07 +01:00
parent 36a671f221
commit d41f3be472
5 changed files with 59 additions and 32 deletions

View file

@ -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 = {