Update plugin / more keybind / ra launch once

This commit is contained in:
Alessandro
2024-09-05 11:01:48 +02:00
parent 67d4b481b8
commit fb0c89988f
6 changed files with 62 additions and 31 deletions

View File

@@ -4,6 +4,17 @@ return {
lazy = false, -- This plugin is already lazy
config = function()
vim.g.rustaceanvim = {
server = {
default_settings = {
["rust-analyzer"] = {
inlayHints = {
parameterHints = {
enable = false,
},
},
},
},
},
tools = {
float_win_config = {
border = "rounded",