diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
| commit | 8242c19f6427996a94e6f6079b11ccebdb003cf2 (patch) | |
| tree | 9af756db5b293c4e96372d77e3f7bb91d2cf2736 /lua/plugins/lspsaga.lua | |
| parent | 2d2c18e3b61a1883190fcd3c9dd9ab86002ddeab (diff) | |
| download | dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.tar.gz dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.zip | |
Updated Cmp and lsp
Diffstat (limited to 'lua/plugins/lspsaga.lua')
| -rw-r--r-- | lua/plugins/lspsaga.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lua/plugins/lspsaga.lua b/lua/plugins/lspsaga.lua index aeff464..0bf1ec7 100644 --- a/lua/plugins/lspsaga.lua +++ b/lua/plugins/lspsaga.lua @@ -21,7 +21,7 @@ require "lspsaga".init_lsp_saga { enable = false, sign = false, sign_priority = 20, -- - virtual_text = true, + virtual_text = false, }, finder_icons = { def = " ", @@ -118,13 +118,13 @@ local opts = { noremap = true, silent = true } map("n", "gd", "<CMD>Lspsaga peek_definition<CR>", opts) --map("n", "gp", "<Cmd>Lspsaga peek_definition<CR>", opts) map("n", "gi", "<CMD>Lspsaga lsp_finder<CR>", opts) ---map("n", "gh", "<CMD>Lspsaga hover_doc<CR>", opts) +map("n", "gh", "<CMD>Lspsaga hover_doc<CR>", opts) map("n", "gs", "<CMD>Lspsaga signature_help<CR>", opts) -map("n", "ga", "<CMD>Lspsaga code_action<CR>", opts) -map("v", "ga", "<CMD><C-u>Lspsaga range_code_action<CR>", opts) -map("n", "gl", "<CMD>Lspsaga show_line_diagnostics<CR>", opts) -map("n", "go", "<CMD>Lspsaga open_floaterm fish<CR>", opts) -map("n", ";D", "<CMD>Lspsaga show_cursor_diagnostics<CR>", opts) +map("n", "ga", "<CMD>Lspsaga code_action<CR>", opts) +map("v", "ga", "<CMD><C-u>Lspsaga range_code_action<CR>", opts) +map("n", "gl", "<CMD>Lspsaga show_line_diagnostics<CR>", opts) +--map("n", "go", "<CMD>Lspsaga open_floaterm zsh<CR>", opts) +map("n", ";D", "<CMD>Lspsaga show_cursor_diagnostics<CR>", opts) map("n", "<gr>", "<CMD>Lspsaga rename<CR>", opts) map("n", "gk", "<CMD>Lspsaga diagnostic_jump_prev<CR>", opts) map("n", "gj", "<CMD>Lspsaga diagnostic_jump_next<CR>", opts) |
