/dps-charcounter-vim

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

Primary LanguageTypeScriptMIT LicenseMIT

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