Skip to content

nullchilly/fsread.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

fsread.nvim

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

About

Flow state reading in neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages