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