more things!!!!!!

This commit is contained in:
2025-12-20 01:57:37 +07:00
parent 1e969b43a0
commit eb72445d5c
10 changed files with 177 additions and 89 deletions

View File

@@ -4,11 +4,16 @@
return {
'folke/trouble.nvim',
enabled = true,
lazy = true,
lazy = false,
cmd = 'Trouble',
keys = {
{ '<f3>', '<cmd>Trouble diagnostics toggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Diagnostics (Trouble)', noremap = true, silent = true },
},
opts = {},
config = function() end
dependencies = {
-- Nvim Treesitter configurations and abstraction layer
{ 'nvim-treesitter/nvim-treesitter' },
-- Provides Nerd Font icons (glyphs) for use by neovim plugins
{ 'nvim-tree/nvim-web-devicons' }
}
}