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",
|
||||
config = function()
|
||||
require("mason").setup({
|
||||
PATH = "append",
|
||||
ui = {
|
||||
border = "rounded",
|
||||
icons = {
|
||||
|
@ -151,6 +152,7 @@ return {
|
|||
ensure_installed = {
|
||||
"lua_ls",
|
||||
"clangd",
|
||||
"rust_analyzer",
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ return {
|
|||
opts = {
|
||||
window = {
|
||||
backdrop = 1,
|
||||
width = 92,
|
||||
width = 101,
|
||||
},
|
||||
plugins = {
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue