updated configuration

This commit is contained in:
xeovalyte 2024-04-07 19:15:16 +02:00
parent 4e57995736
commit 0bbd37f3a4
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,7 @@
gthumb gthumb
unstable.arduino-ide unstable.arduino-ide
unstable.prismlauncher-qt5 unstable.prismlauncher-qt5
blender
]; ];
home.sessionVariables = { home.sessionVariables = {

View File

@ -19,6 +19,13 @@ vim.g.rustaceanvim = {
on_attach = function(client, bufnr) on_attach = function(client, bufnr)
require("lsp-inlayhints").on_attach(client, bufnr) require("lsp-inlayhints").on_attach(client, bufnr)
end, end,
default_settings = {
['rust-analyzer'] = {
cargo = {
features = { "ssr" }
},
},
},
}, },
} }