From 2cd497a205c3f24b920045e939f396218e4d2aeb Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 17 Feb 2026 23:28:56 +0300 Subject: added ZK plugin --- config/nvim/lua/plugins/lsp_saga.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'config/nvim/lua/plugins/lsp_saga.lua') diff --git a/config/nvim/lua/plugins/lsp_saga.lua b/config/nvim/lua/plugins/lsp_saga.lua index ab8177f..546c073 100644 --- a/config/nvim/lua/plugins/lsp_saga.lua +++ b/config/nvim/lua/plugins/lsp_saga.lua @@ -1,8 +1,32 @@ return { "nvimdev/lspsaga.nvim", + dependencies = { + "nvim-treesitter/nvim-treesitter", -- optional + "nvim-tree/nvim-web-devicons", -- optional + }, opts = { lightbulb = { enable = false, }, + diagnostic = { + show_layout = "float", + auto_preview = true, + keys = { + exec_action = "o", + quit = "q", + }, + }, + }, + keys = { + { + "e", + "Lspsaga show_buf_diagnostics", + desc = "Show buffer diagnostic", + }, + { + "we", + "Lspsaga show_workspace_diagnostics", + desc = "Show workspace diagnostic", + }, }, } -- cgit v1.2.3