Files
nvim/lua/plugins/mason-lspconfig.lua

11 lines
253 B
Lua
Raw Permalink Normal View History

2022-09-08 12:21:50 -04:00
local lsp_installer = require("mason-lspconfig").setup({
automatic_instalsation = true,
2022-03-03 13:52:43 -05:00
ui = {
icons = {
server_installed = "",
server_pending = "",
server_uninstalled = ""
}
}
})