GitHub - rewhile/fsread.nvim: Flow state reading in neovim

Flow state reading in neovim

flow.mp4

Installation

use "nullchilly/fsread.nvim"

Usage

:FSRead " Flow state visual range
:FSClear " Clear all flow states
:FSToggle " Toggle flow state

Config

vim.g.flow_strength = 0.7 -- low: 0.3, middle: 0.5, high: 0.7 (default)
vim.api.nvim_set_hl(0, "FSPrefix", { fg = "#cdd6f4" })
vim.api.nvim_set_hl(0, "FSSuffix", { fg = "#6C7086" })

Thanks to

thatvegandev/fsrx bionic-reading.com