Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HampusHauffman/bionic.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🅱️ioni.nvim

A tiny plugin to help people read code faster. image Screenshot is taken on Kitty terminal with font_family FiraCode Nerd Font and draculaas colortheme

⚡️ Requirements

A terminal and a font that supports BOLD

🚀 Usage

:Bionic Toggle current buffer

:BionicOn On current buffer

:BionicOff Off current buffer

📦 Installation

"HampusHauffman/bionic.nvim",
use "HampusHauffman/bionic.nvim",

⚙️ Configuration

Currently there is no config options. You can turn this on by default with an aucmd:

vim.cmd([[
  augroup BionicAutocmd
    autocmd!
    autocmd FileType * Bionic
  augroup END
]])

⁉️ Motivation

I feel this helps with my dylexia, especially in dense texts such as the vim doc / help files image

📝 Todo

  • Add Configuration option
  • Add vim docs for usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published