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