Public Access
blink update
This commit is contained in:
@@ -18,6 +18,9 @@ map("n", "K", function() vim.lsp.buf.hover({ max_width = 80 }) end,
|
||||
map("n", "<leader>gf",
|
||||
function() require("conform").format({ lsp_format = "fallback" }) end,
|
||||
{ desc = "LSP: format buffer" })
|
||||
map("x", "<leader>gs",
|
||||
function() require("conform").format({ lsp_format = "fallback" }) end,
|
||||
{ desc = "LSP: format selection" })
|
||||
map("n", "<leader>gd", vim.lsp.buf.definition, { desc = "LSP: go to definition" })
|
||||
map("n", "<leader>gD", vim.lsp.buf.declaration, { desc = "LSP: go to declaration" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user