numToStr

Results 34 issues of numToStr

Maybe add some interactive version selection and installations.

This will allow user to ignore unwanted folder that they don't want to recursively search for files i.e., `.git/`, `node_modules/`. Example: finding prettier config, excluding `node_modules` etc. folders. ```lua local...

lua

If you are using these old APIs, which I highly doubt that by now, then you should have a look at #183. This PR also includes some time doc updates....

This is very useful in the actual code as we don't have to create separate `---@alias` for describing enums but **the problem is that we have to parse tables to...

feature

This might be cool. Instead of printing `vimdoc` we can instead print the whole AST as `json` so that other tools can walk the AST and do cool stuff with...

feature

#### Current layout In current layout, because of alignment, horizontal space becomes very less for description if the `` signature is complex enough. This is very noticeable with `---@field` (shown...

feature

Basically convert from `this?: string` in emmylua to `this (nil|string)` in vimdoc. But first, we need #27 to actually parse `?` into its own token.

feature

- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual page of fzf (`man fzf`) - [x] I...

not-reproducible

#### ISSUE - [ ] `---@toc` is not working because it requires `---@mod` from all the files. But now with zero-copy, AST's lifetime is linked to src's of a particular...

That seems really neat. I did not know you could use `---@brief` twice! Rather, I did not try using it that way. As, for the first line thing, I think...