diff --git a/init.lua b/init.lua index b1a707c..a7d64d9 100644 --- a/init.lua +++ b/init.lua @@ -363,8 +363,9 @@ local config = { -- require("lsp_signature").setup() -- end, -- }, - + ["rebelot/heirline.nvim"] = { commit = "556666aabb57c227cbb14a996b30b2934e5ff7b1" } }, + -- All other entries override the require("").setup({...}) call for default plugins ["null-ls"] = function(config) -- overrides `require("null-ls").setup(config)` -- config variable is the default configuration table for the setup function call