first commit
This commit is contained in:
16
lua/lsp.lua
Normal file
16
lua/lsp.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
require('mason').setup({
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗"
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
require('mason-lspconfig').setup({
|
||||
-- A list of servers to automatically install if they're not already installed
|
||||
ensure_installed = { 'pylsp', 'gopls', 'lua_ls', 'rust_analyzer', 'clangd' },
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user