lsp: update mason path-loading, zen: update window-width

This commit is contained in:
xesc 2024-12-25 23:31:23 +01:00
parent d5009afeff
commit c8a9410ad7
2 changed files with 3 additions and 1 deletions

View file

@ -131,6 +131,7 @@ return {
cmd = "Mason",
config = function()
require("mason").setup({
PATH = "append",
ui = {
border = "rounded",
icons = {
@ -151,6 +152,7 @@ return {
ensure_installed = {
"lua_ls",
"clangd",
"rust_analyzer",
}
})

View file

@ -4,7 +4,7 @@ return {
opts = {
window = {
backdrop = 1,
width = 92,
width = 101,
},
plugins = {
options = {