Results 44 issues of Andrey Listopadov

It would be nice highlight changed, untracked, ignored, and added files with different colors in the tree.

enhancement
help wanted

Currently kaktree only imitates the tree, by doing requests to the filesystem only when user expands the directory, and replacing the contents of the buffer with Kakoune. This means that...

enhancement
help wanted

We should detect if the plugin has an entry in the `build` directory and skip the build process altogether. The rebuild can be invoked manually with `plug-rebuild []` command. If...

Currently plugins with `load-path` are shown as `Not installed` and invoking `I` on those results in download error. Instead we should show their load path, and prevent mappings from doing...

enhancement

If I add this snippet for `kak` filetype: ```bash touch "^hello - (descr)" echo snippet > \^hello\ -\ \(descr\) kak test.kak ``` In `*debug*` I see: ``` shell stderr:

After you jump to the placeholder the text is selected. Typing arbitrary text right after jump could perform c automatically for us.

It would be cool to see available triggers as you type, much like we are able to see completions of language facilities. It could display a trigger, and info inside...

Jumping can accept the `count` variable. It also could be handy to be able jump backward in case you edited some placeholder wrong. Ability to skip whole snippet and jump...

Support for this kind of placeholders `${2:text ${1:other text}}`

The syntax is `${1|first,second,third|}`. Upon jump on such placeholder first option is selected an a popup menu is shown with other variants. If completion menu could be utilized for this...