From 2e6e6d04b2c24a0666b015ef4f73718e2fe7c861 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 19 Apr 2026 15:58:03 +0000 Subject: added vis and nvim-12+ configs --- .config/nvim-lazy/lua/plugins/trouble.lua | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .config/nvim-lazy/lua/plugins/trouble.lua (limited to '.config/nvim-lazy/lua/plugins/trouble.lua') diff --git a/.config/nvim-lazy/lua/plugins/trouble.lua b/.config/nvim-lazy/lua/plugins/trouble.lua new file mode 100644 index 0000000..3741f30 --- /dev/null +++ b/.config/nvim-lazy/lua/plugins/trouble.lua @@ -0,0 +1,37 @@ +return { + "folke/trouble.nvim", + opts = {}, -- for default options, refer to the configuration section for custom setup. + cmd = "Trouble", + keys = { + { + "xx", + "Trouble diagnostics toggle", + desc = "Diagnostics (Trouble)", + }, + { + "xX", + "Trouble diagnostics toggle filter.buf=0", + desc = "Buffer Diagnostics (Trouble)", + }, + { + "cs", + "Trouble symbols toggle focus=false", + desc = "Symbols (Trouble)", + }, + { + "cl", + "Trouble lsp toggle focus=false win.position=right", + desc = "LSP Definitions / references / ... (Trouble)", + }, + { + "xL", + "Trouble loclist toggle", + desc = "Location List (Trouble)", + }, + { + "xQ", + "Trouble qflist toggle", + desc = "Quickfix List (Trouble)", + }, + }, +} -- cgit v1.2.3