Skip to content

Commit

Permalink
fix: xhtml sanitize
Browse files Browse the repository at this point in the history
fix: sync config.feeds and db.feeds once, no more commands
adding/removing
refactor(render): more clean render impl
  • Loading branch information
neo451 committed Nov 18, 2024
1 parent 9f2c881 commit 6806d35
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 191 deletions.
4 changes: 2 additions & 2 deletions lua/feed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ local M = {}

---@param usr_config feed.config
M.setup = function(usr_config)
-- require("telescope").load_extension "feed"
-- require("telescope").load_extension "feed_grep"
local config = require "feed.config"
config.resolve(usr_config)
local cmds = require "feed.commands"
cmds._sync_feedlist()
end

local render = require "feed.render"
Expand Down
Loading

0 comments on commit 6806d35

Please sign in to comment.