updated configuration
This commit is contained in:
parent
4e57995736
commit
0bbd37f3a4
@ -27,6 +27,7 @@
|
||||
gthumb
|
||||
unstable.arduino-ide
|
||||
unstable.prismlauncher-qt5
|
||||
blender
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
@ -19,6 +19,13 @@ vim.g.rustaceanvim = {
|
||||
on_attach = function(client, bufnr)
|
||||
require("lsp-inlayhints").on_attach(client, bufnr)
|
||||
end,
|
||||
default_settings = {
|
||||
['rust-analyzer'] = {
|
||||
cargo = {
|
||||
features = { "ssr" }
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user