Kiyan

Results 12 issues of Kiyan

I was wondering lately since neo-tree has gained a lot of attention, and seems to do basically everything that nvim-tree already does, that if i was a neovim beginner, it...

feature request

Hello, please don't make yet another issue or comment an existing issue regarding `huge lag` in nvim-tree. Please see [performance-issues](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) in the README. If your editor start to lag when...

documentation

NOTE: this should not be merged before we tested it thoroughly. NOTE2: this should not be merged before the help menu is rewritten NOTE3: this can be used to print...

I'd like to see if we could boost the performance of the tree using libuv threads. This would also allow nvim-tree be completely non blocking for neovim, and would avoid...

feature request

Since the new marks api has been merged into master, we should now add some integrations with it. This issue is to track related feature requests: - [x] bulk move...

feature request

Hi everyone ! I'm currently doing small refactoring iterations of the plugin. Here is a list of the refactoring and features/rewrite i want to achieve in the next few months....

This is an idea i came up to make the algorithm maybe faster / simpler. Instead of indenting the current line based on the iteration of parent nodes, we could...

enhancement
indent

### Describe the bug Elm parser in segfaulting when injected into markdown. This issue is a tracking issue to get more feedback and help for debugging. The fuzzer gives ```...

bug

Treesitter has a highlight api using scm based template [link](https://tree-sitter.github.io/tree-sitter/syntax-highlighting) All tree sitter parser repos have queries that define the basis of the language. Fortunately, neovim devs have already started...