vim/lsp: enable window border for :Mason
This commit is contained in:
parent
12e632e880
commit
6108f3bb47
1 changed files with 5 additions and 1 deletions
|
@ -40,7 +40,11 @@ local config = function()
|
|||
vim.tbl_deep_extend('force', opts.capabilities, cmp.default_capabilities())
|
||||
end
|
||||
|
||||
require('mason').setup {}
|
||||
require('mason').setup {
|
||||
ui = {
|
||||
border = 'rounded',
|
||||
},
|
||||
}
|
||||
require('mason-lspconfig').setup {}
|
||||
require("mason-lspconfig").setup_handlers {
|
||||
--[[ default = ]] function(server)
|
||||
|
|
Loading…
Add table
Reference in a new issue