aboutsummaryrefslogtreecommitdiff
path: root/lua/gabrielgio/lazy.lua
blob: f5d07f712a3720cb7d57059b2018ae9f6c0712db (plain)
1
2
3
4
5
6
7
8
9
-- this file is an amalgamation of configurations that don't have its own
-- config file and will be lazily loaded
local neogit = require("neogit")
local null_ls = require("null-ls")
local mason = require("mason")

null_ls.setup({sources = {null_ls.builtins.diagnostics.golangci_lint}})
neogit.setup()
mason.setup()