wordcount

This commit is contained in:
andrzej 2024-11-07 13:34:08 +01:00
parent 4fa602f75f
commit cc0fd3c31a
1 changed files with 10 additions and 0 deletions

View File

@ -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,
}