Melker Ulander
                                            Melker Ulander
                                        
                                    You're probably right. I realize that I'm running a version of FiraCode that I patched like a year ago or more. I'll make sure to update. Thanks!
I've also noticed this and want to add that i think it would be great if `@function.inner` left out potential line breaks, so that in the following example: ```javascript function...
@dominikh > I don't think that linewise makes sense for `ap`, since functions can be expressions in many languages I'm not sure that I'm following, could you please elaborate? Also,...
Perhaps there should be an additional command for a linewise "around function" text-object, for instance `Af`, kinda like how [targets.vim](https://github.com/wellle/targets.vim#around-pair) allows an upper-case "around" to do things like `A(`, `A{`,...
I primarily use Lua and TypeScript at the moment. I've never used Schema before so I'm not sure how or where to start, but if you could point me to...
meain/evil-textobj-tree-sitter/pull/47 seems to fix this issue for many languages. Is it possible to apply the commit directly or does it require any modifications to work for nvim-treesitter-textobjects?
@telemachus Oh yeah you're right! It applies better to nvim-treesitter/nvim-treesitter-textobjects/issues/112, which I see you recently added [a similar PR for](https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/196) already!
I would also love to have a text object for comma separated items inside an array/list/table/dictionary. To me it makes sense to have a different capture group than `@parameter`, perhaps...
Thank you for your answer. Your solution doens't seem to provide colored icons like in the screenshot in the README. Do you know how I could achieve that? I would...
Thanks! I managed to throw this solution together to anyone else that wants to achieve the same thing: ```lua require('incline').setup({ render = function(props) local filename = vim.fn.fnamemodify(vim.api.nvim_buf_get_name(props.buf), ':t') local icon,...