numToStr / Comment.nvim

:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOT A BUG/ISSUE [a gen qs]

daUnknownCoder opened this issue · comments

hey bud, the gif u hav in ur readme, what is that? like in the lualine, in the 'X' column, u have a 🦊 lua which changes what is that?
thanks for the answer anyway...

It's better to ask questions in the discussion section rather then creating a new issue. Although, your question belongs in the lualine repo to begin with.

As for how that emoji is setup? It's seems to me it's just using the "symbol" key in the config to setup emoji based on file/ buffer type. Similar to this:

ins_right {
        'diff',
        symbols = { added = ' ', modified = '柳 ', removed = ' ' },
        diff_color = {
                added = { fg = colors.green },
                modified = { fg = colors.orange },
                removed = { fg = colors.red },
        },
        cond = conditions.hide_in_width,
}

ah sorry for coming here thats why i added a disclaimer in my issue title...