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:
@@ -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 = {}
|
||||
}
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user