Jan Ph. H.
Jan Ph. H.
This is related to how busted works now: see [describe](https://github.com/nvim-lua/plenary.nvim/blob/6bb0e09030a7c2af19bf288088ca815228de9429/lua/plenary/busted.lua#L117) what describe calls and what gets evaluated. see [format_results](https://github.com/nvim-lua/plenary.nvim/blob/6bb0e09030a7c2af19bf288088ca815228de9429/lua/plenary/busted.lua#L105) how simple outputs are generated. And see the `Makefile` how they...
This is afaik currently not feasible for bigger files due to performance issues inside nvim-treesitter. Even if possible: Why introduce a third type of tagbar? universal-ctags are most efficient/fast for...
FYI: https://github.com/lewis6991/spellsitter.nvim was merged to neovim core. Please update your use case regarding missing features or performance.
@Julian @AckslD Do you happen to know about speed of `undotree` ? I am skeptical, if lua is necessary for applying the undohistory, since the main functionality is written inside...
https://github.com/simnalamburt/vim-mundo has the awesome "search in undo history" feature, which I think is a must have of a lua rewrite (for perf reasons). see also https://github.com/mbbill/undotree/issues/48 https://github.com/mbbill/undotree/tree/search Unfortunately telescope has...
see [describe](https://github.com/nvim-lua/plenary.nvim/blob/6bb0e09030a7c2af19bf288088ca815228de9429/lua/plenary/busted.lua#L117) what describe calls and what gets evaluated. see [format_results](https://github.com/nvim-lua/plenary.nvim/blob/6bb0e09030a7c2af19bf288088ca815228de9429/lua/plenary/busted.lua#L105) what you would need to make configurable.
> context specific objects like function arguments, array entries, etc, as well as generic text objects like words, inside parens, brackets... array entries => a[5] may be an array or...
"spec file for a function" - a spec is just formalized code, which can be represented as code (ie a logic is also code). As I understand it you want...
This looks like a shortcoming of your lsp and a plugin would only workaround that. You could use universal-ctags.
All links are broken, since they were not pinning a specific commit (instead master). One usually starts with the target audience and use cases, before going into the "how do...