1-- this file is an amalgamation of configurations that don't have its own
2-- config file and will be lazily loaded
3require("gitblame").setup()
4require("neogit").setup()
5require("mason").setup()
6require("mason-lspconfig").setup({
7 ensure_installed = {
8 "cssls",
9 "emmet_ls",
10 "gopls",
11 "html",
12 "lua_ls",
13 "pylsp",
14 "rust_analyzer",
15 "tsserver",
16 "zls",
17 -- "clangd" not working on alpine
18 },
19})