all repos

init.lua @ bb7360f653a2cdc740e70b822a75af5cd89642cf

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(keymaps): set `gl`  to new method
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-31 23:46:24 +0300
Parent: 820a647
M lua/configs/lsp/attach.lua

@@ -15,5 +15,5 @@ buf_map("gD", "<cmd>lua vim.lsp.buf.declaration()<cr>")

buf_map("gr", "<cmd>Telescope lsp_references<cr>") buf_map("gi", "<cmd>Telescope lsp_implementations<cr>") buf_map("gs", "<cmd>lua vim.lsp.buf.signature_help()<cr>") - buf_map("gl", "<cmd>lua vim.lsp.diagnostic.show_line_diagnostics()<cr>") + buf_map("gl", "<cmd>lua vim.diagnostic.open_float()<cr>") end