Omochice / dps-charcounter-vim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 89.7%Language:Vim Script 10.3%