lsp: update mason path-loading, zen: update window-width
This commit is contained in:
parent
d5009afeff
commit
c8a9410ad7
2 changed files with 3 additions and 1 deletions
|
@ -131,6 +131,7 @@ return {
|
||||||
cmd = "Mason",
|
cmd = "Mason",
|
||||||
config = function()
|
config = function()
|
||||||
require("mason").setup({
|
require("mason").setup({
|
||||||
|
PATH = "append",
|
||||||
ui = {
|
ui = {
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
icons = {
|
icons = {
|
||||||
|
@ -151,6 +152,7 @@ return {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"clangd",
|
"clangd",
|
||||||
|
"rust_analyzer",
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
window = {
|
window = {
|
||||||
backdrop = 1,
|
backdrop = 1,
|
||||||
width = 92,
|
width = 101,
|
||||||
},
|
},
|
||||||
plugins = {
|
plugins = {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue