Tomasz M. Witczak

Results 1 comments of Tomasz M. Witczak

Try defining a similar section somewhere in your Lua config: ```lua require('galaxyline').section.left[1] = { WordCount = { provider = function() return vim.fn.wordcount().words end } } ```