numToStr

Results 111 comments of numToStr

`ignore` sounds great. Should I match the strings with the last path segment?

I thought about it, I think a `function` would be appropriate (leaving the `table` value) for every use case, user then can pattern match the whole path. This will also...

Reproduced. I'll have a look. Thanks for reporting.

The reason for this bug is when you enter `VISUAL LINE` mode, in our case, `'

Hopefully 70615e63a6dcc41de0e90a7d79bdcec511bda93f fixes this issue :)

I would say that it's not a bug to uncomment a line which is not commented to begin with, but the panic makes it look like one.

To make this nicer I have to add checks in multiple places that's why left the panic as it is. But I'll think about it as I might also need...

FYI, extended keybindings are deprecated 20772ed7e9c70f55f0fc232f0cba5989cfb80727 but that is not an excuse to hide the underlying issue which is with API itself. I am going fix the panics sooner or...

The problem is that both `tsserver` and `angularls` registers rename providers for typescript. So, disabling on of them should fix this issue, it did for me. I decided to disable...

I am using a proper implementation using https://github.com/nvim-treesitter/nvim-treesitter-textobjects but never shared it XD ```lua require('nvim-treesitter.configs').setup({ -- nvim-treesitter/nvim-treesitter-textobjects textobjects = { select = { enable = true, keymaps = { ['uc']...