numToStr

Results 111 comments of numToStr

Yes, I saw that but I am also hoping to cover other inbuilt *things* versions like `RPC` or even `vim`. If this could be covered in #19 then there is...

@ii14 Defining `neovim` under `dependencies` felt kinda odd too me. If I talk about others, rust also recently introduced a special [`rust-version`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field) field. --- @mjlbach Yes. This is just a...

Navigating only between neovim splits is not the goal of this plugin but to move b/w nvim and tmux. That being said, I won't promise you that i'll implement this...

> Awesome! Let me know if you figure out how to detect if we're currently in the leftmost/rightmost split inside Neovim You can do something like prev_win --> wincmd h...

@declancm I'll be happy to review a PR for it :)

Higher order functions are not supported as the parser doesn't know that `M.exported_fn` is actually a function. Currently, only these types of [function signature](https://github.com/numToStr/lemmy-help/blob/master/emmylua.md#functions) are supported.

I am not sure how to parse it without the `function` keyword in `M.exported_fn` as the parser is top-down and doesn't analyse the AST like a LSP. If you have...

> I can't think of a case where those would be present, and the annotated object is not a function. Yes, your assumption is right, but the problem is when...

> which is indeed wider than 78 characters -- I'm not sure what behavior is expected (does wrapping always work in the help syntax?) but if it doesn't, should tw=78...

I don't have a mac machine so I can't test that. But If anyone submit a brew formula, then I would be very haapy :)