Working treesitter, gruvboxmaterial, flash.nvim

This commit is contained in:
2025-12-05 18:37:07 +01:00
parent 35b1e56a95
commit 53a821411f
9 changed files with 124 additions and 87 deletions

View File

@ -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