Add actions-preview to <leader>gf to show telescope preview of code action changes
This commit is contained in:
@@ -10,9 +10,9 @@ local diag = vim.diagnostic
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
|
||||
map("n", "<leader>ca", function()
|
||||
vim.lsp.buf.code_action()
|
||||
end, { desc = "LSP code action" })
|
||||
map("n", "j", "gj", { desc = "Move down" })
|
||||
map("n", "k", "gk", { desc = "Move up" })
|
||||
|
||||
map("n", "<leader>tt", function()
|
||||
require("base46").toggle_transparency()
|
||||
end, { desc = "Toggle transparency" })
|
||||
|
||||
Reference in New Issue
Block a user