Kiyoon Kim

Results 215 comments of Kiyoon Kim

I also have the same error. I'm on Ubuntu 22.04, and I installed neovim with appimage.

I know some plugins like markdown-preview and coc ship with pre-built binaries, and if it works for most common architectures it may be better than nothing. It's up to you,...

@prashanthsp6498 Hi, sorry for the delay. C# is not a language I personally use and I find it time-consuming to test all query PRs. Could you kindly add some test...

It still doesn't work with mono-repo styled structure. I'd like to keep my repo structured like this: ``` ruff.toml # every ruff settings project-that-requires-py3.9/ - pyproject.toml # have requires-python >=...

Thank you. I used `extend` like this and it works. ```toml # project-that-requires-py3.9/pyproject.toml [tool.ruff] extend = "../ruff.toml" ```

```lua require'nvim-treesitter.configs'.setup { textobjects = { move = { enable = true, set_jumps = true, -- whether to set jumps in the jumplist goto_next_start = { ["]m"] = "@function.outer", ["]]"]...

> It's a reasonable idea, and I've tried to achieve it multiple times since I installed this plugin. > > you can add: > > goto_next_start = { > ["]m"]...

@carlos-algms Would something like this meet your need? (but it only works in normal mode) ```vim nmap [m vamo ``` Where `vam` selects a function.

Maybe providing an API of the selection area would be useful, and would make it easier to test.