neovim setup
This commit is contained in:
23
lua/plugins/mason-lspconfig.lua
Normal file
23
lua/plugins/mason-lspconfig.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
local opts = {
|
||||
ensure_installed = {
|
||||
"efm",
|
||||
"bashls",
|
||||
"tsserver",
|
||||
"solidity",
|
||||
"tailwindcss",
|
||||
"pyright",
|
||||
"lua_ls",
|
||||
"emmet_ls",
|
||||
"jsonls",
|
||||
"clangd",
|
||||
},
|
||||
|
||||
automatic_installation = true,
|
||||
}
|
||||
|
||||
return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = opts,
|
||||
event = "BufReadPre",
|
||||
dependencies = "williamboman/mason.nvim",
|
||||
}
|
||||
Reference in New Issue
Block a user