Skip to content

Yet another plugin for East Asian Width characters.

Notifications You must be signed in to change notification settings

delphinus/eaw.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eaw.nvim

Yet another plugin for East Asian Width characters.

What's this?

You can get info for characters about EastAsianWidth.txt.

still developing

local eaw = require "eaw"

eaw.get ""  ---> "W"

eaw.get("", { detail = true })
---> {
--     comment = "HIRAGANA LETTER SMALL A..HIRAGANA LETTER SMALL KE",
--     count = 86,
--     generator_factory = "Lo",
--     pos_end = 12438,
--     pos_start = 12353,
--     sign = "W"
--   }

About

Yet another plugin for East Asian Width characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages