vim/lsp: enable window border for :Mason

This commit is contained in:
Fernando Schauenburg 2023-08-06 22:03:03 +02:00
parent 12e632e880
commit 6108f3bb47

View file

@ -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)