Vim plugin for counting the number of characters in a sentence.
dein.vim
[[plugins]]
repo = "vim-denops/denops.vim"
[[plugins]]
repo = "Omochice/dps-charcounter-vim"
depends = ["denops.vim"]
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.