wordcount
This commit is contained in:
parent
4fa602f75f
commit
cc0fd3c31a
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"dimfeld/section-wordcount.nvim",
|
||||||
|
config = function()
|
||||||
|
require("section-wordcount").setup({
|
||||||
|
-- These are the default values and can be omitted
|
||||||
|
highlight = "String",
|
||||||
|
virt_text_pos = "eol",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue