• Stars
    star
    135
  • Rank 267,986 (Top 6 %)
  • Language
    Lua
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flow state reading in neovim

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