Stephan Seitz

Results 68 issues of Stephan Seitz

Will conjure use prompt buffers at some point in future (`:h bufype` prompt)? At the moment it's not possible to use the log buffer as a repl and all the...

enhancement
contributable

![Screenshot_20211003_205902](https://user-images.githubusercontent.com/7189118/135767736-30146588-dad8-40d7-b21b-76cf81783b9d.png) Requires: https://github.com/neovim/neovim/pull/15723 Maybe we should also add a general extmark info

Disclaimer: I have absolutely no idea of vim script. Wouldn't it be nice if we could actually enter commands directly in the Swank repl? Even thought it's only a single...

Import `Iterable` from `collections.abc`

Nightly neovim has an integrated treesitter runtime. You can directly use it make queries on buffers' parsed AST (just provide a string with the queries). The neovim API then returns...

Fixes #232 @danielo515 are you using https://github.com/folke/which-key.nvim ? This should set description for this plugin. How can I register for telescope's which_key? Do want to additionally want to overwrite the...

Currently we have normal mappings only. `ts_utils.goto_node` needs to be adapted to support visual mode also.

bug

Would be nice if the move commands could accept counts. And also the select commands could accept counts to select an outer textobject in a nested structure.

enhancement