Jonas Strittmatter

Results 31 issues of Jonas Strittmatter

### Neovim version (nvim -v) NVIM v0.8.0-dev-nightly-10-g1a07044c1 ### Vim (not Nvim) behaves the same? N/A ### Operating system/version Linux Mint 20.2 ### Terminal name/version Kitty 0.15 ### $TERM environment variable...

enhancement

First of all, I apologize if this is not the right place for this question. Let's say I have the following python code: ```python import vim x = 1 print(vim.eval("py3eval('x')"))...

There are probably a million ways the highlighting algorithm can be improved. Here are some examples: **In progress** - [ ] input: `oneword`, output: `hey`, expected highlights: a single replacement...

This plugin is almost ready to be released and I am currently looking for testers. What you can do to help out: - Test the `:Norm` and `Reg` commands and...

help wanted

If you have come up with your own commands other than `:Norm` or `:Reg`, please share them with the community here! Feel free to add a short demo video.

I think using `yaml` instead of `markdown` is way better for user experience because it allows things like required fields, checkboxes and non-modifiable text :D I got a bit of...

Before this change the following line could not be uncommented in a Lua file (even though it is a commented line) because the commentstring for Lua files is `--%s`: ```lua...

### Description Not sure if this is really a bug but this has been annoying me for quite some time. This was not always the default behavior of Telescope but...

bug

When I open frecency with `:Telescope frecency`, advancing to the next item with `` or to the previous item with `` does not work; only `` and `` work. I...

Expanding this VSCode snippet: ```json "set": { "prefix": "set", "description": "set", "body": "${0|a,b,c|}" } ``` causes the following error: ``` E5108: Error executing lua ...ck/packer/start/LuaSnip/lua/luasnip/nodes/choiceNode.lua:95: attempt to get length of...