numToStr

Results 124 comments of numToStr

> ```lua > local my_module = require('my_module') > local foo_instance = my_module.make_foo() > foo_instance:bar() > ``` Ahh, Now I understand. I was keep thinking about the same file. --- Hmm,...

That's subjective, You could separate classes into their own files. But you can also use `---@class` as type for (exported) function params.

Yes, definitely. You can also experiment with it in the userland https://github.com/numToStr/Navigator.nvim/wiki/Custom-Multiplexer once it is working then feel free to raise a PR. Although I am not sure whether or...

Thanks for working on this. One thing that I am concerned about is the inclusion of python files inside the plugin. These are anyway required to be copied into kitty's...