gabrielgio.lua @ 1ad342d73e7e8df5235c699a18c87fc4c9fc4b03

1-- this file is an amalgamation of configurations that don't have its own
2-- config file and will be lazily loaded
3local neogit = require("neogit")
4local null_ls = require("null-ls")
5local mason = require("mason")
6
7null_ls.setup({sources = {null_ls.builtins.diagnostics.golangci_lint}})
8neogit.setup()
9mason.setup()