Update plugin / more keybind / ra launch once
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user