Nvim: minor tweaks for multiple plugins, better folds

This commit is contained in:
Robert Kmieć
2024-05-23 12:27:59 +02:00
parent 27eda40ccb
commit 14cf97683d
8 changed files with 67 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
return {
'folke/trouble.nvim',
dependencies = {
'kyazdani42/nvim-web-devicons',
'nvim-tree/nvim-web-devicons',
},
config = true,
}