gabrielgio.lua @ dfe730b889915e33af1d3da810b13aa9d1d4253c

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()