Skip to content

Commit

Permalink
Merge pull request #2 from sontungexpt/component_group
Browse files Browse the repository at this point in the history
Feat: Group the component that has the same condition to update
  • Loading branch information
sontungexpt authored Nov 8, 2023
2 parents 647ff55 + 2302a15 commit 60e931f
Show file tree
Hide file tree
Showing 10 changed files with 678 additions and 603 deletions.
127 changes: 74 additions & 53 deletions README.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions lua/sttusline.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
local config = require("sttusline.config")
local runner = require("sttusline.runner")

local api = require("sttusline.api")
local M = {}

M.setup = function(user_opts)
local opts = config.setup(user_opts)
runner.setup(opts)
api.setup(opts)
end

return M
Loading

0 comments on commit 60e931f

Please sign in to comment.