1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: added more plugins for ide feeling

This commit is contained in:
2023-08-11 03:15:56 +02:00
parent 16a4cf891f
commit c999b9271e
2 changed files with 22 additions and 1 deletions

View File

@@ -516,6 +516,19 @@ return require("lazy").setup({
{
'numToStr/FTerm.nvim',
opts = {}
},
-- side by side git diffs for merge conflicts
{
'sindrets/diffview.nvim',
opts = {}
},
-- list of errors
{
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {}
}
},