Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

koichincom/count.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This project is working in progress and not functional yet. When MVP is merged to the main branch, a release will be published. You can see the progress in the dev branch. Star the repo to stay tuned!

count.nvim

A Neovim plugin to extend the text counting capabilities

About

Neovim already provides great built-in APIs for counting lines, byte, and words. However, they are quite basic and extending the functionalities is not always straightforward. Count.nvim aims to extend that by providing APIs for various counting functionalities, and mainly being aware of the following.

  • File type: such as ignoring code blocks and hyphens for bulleted lists in markdown files.
  • File format: such as ignoring front-matter in markdown files.
  • Natural language: such as proper sentence segmentation for various languages.

About

Moved to Codeberg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors