neovim setup

This commit is contained in:
2024-01-28 16:36:57 +01:00
commit 897151daf9
48 changed files with 1191 additions and 0 deletions

View 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",
}