Working treesitter, gruvboxmaterial, flash.nvim
This commit is contained in:
@ -19,10 +19,6 @@ return {
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
-- you can also put keymaps in here
|
||||
vim.keymap.set("n", "<leader>ca", function()
|
||||
vim.cmd.RustLsp("codeAction") -- supports rust-analyzer's grouping
|
||||
-- or vim.lsp.buf.codeAction() if you don't want grouping.
|
||||
end, { silent = true, buffer = bufnr })
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<leader>t", -- Override Neovim's built-in hover keymap with rustaceanvim's hover actions
|
||||
|
||||
Reference in New Issue
Block a user