feed.nvim is a web feed reader in Neovim.


[!WARNING]
This project is young, expect breaking changes
๐ Features
๐ Installation
Requirements
- Neovim 0.11
- curl
- pandoc
- tree-sitter-xml
- tree-sitter-html
Optional Dependencies
- For feed greping:
- For interactive feed searching:
- For markdown rendering:
- For image rendering:
Basic Installation
For rocks.nvim:
:Rocks install feed.nvim
For lazy.nvim:
return {
"neo451/feed.nvim",
cmd = "Feed",
---@module 'feed'
---@type feed.config
opts = {},
}
Further Steps
- Run
:checkhealth feed
to see your installation status
- Read documentation or
:h feed.txt
- To troubleshoot without conflict from other plugins or you config, copy minimal.lua locally, and run
nvim --clean -u minimal.lua
โค๏ธ Related Projects