Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Vim plugin for counting the number of characters in a sentence by using denops.vim

License

Notifications You must be signed in to change notification settings

Omochice/dps-charcounter-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dps-charcounter-vim

Vim plugin for counting the number of characters in a sentence.

Install

dein.vim

[[plugins]]
repo = "vim-denops/denops.vim"

[[plugins]]
repo = "Omochice/dps-charcounter-vim"
depends = ["denops.vim"]

Usage

Call :CharCount <delimiter> then, displays the number of characters in the part enclosed by <delimiter>. If <delimiter> is not set, count all characters in the window.

usage image

About

Vim plugin for counting the number of characters in a sentence by using denops.vim

Topics

Resources

License

Stars

Watchers

Forks