new plugins & organization
This commit is contained in:
10
lua/plugins/mason-lspconfig.lua
Normal file
10
lua/plugins/mason-lspconfig.lua
Normal file
@ -0,0 +1,10 @@
|
||||
local lsp_installer = require("mason-lspconfig").setup({
|
||||
automatic_instalsation = true,
|
||||
ui = {
|
||||
icons = {
|
||||
server_installed = "✓",
|
||||
server_pending = "➜",
|
||||
server_uninstalled = "✗"
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user