-
Sometimes inner parameter selection ignores the current scope and selects the first parameter in the nested scope instead.
**To Reproduce**
Steps to reproduce the behavior:
init.lua:
```lua
local thi…
-
**Describe the bug**
vaf/vif not working in Lua code
**To Reproduce**
1. install nvim-treesitter and nvim-treesitter-textobjects
2. load a .lua file
3. move cursor inside a Lua function definit…
-
If I have the line
```
some 'quoted' text
```
and I use `$ci'`, yi should not change anything if it's not currently within quoted text. Instead, it changes from the end quote upto the end of the lin…
ghost updated
10 years ago
-
I was thinking about sending the output of a [treesitter.textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) command to irons REPL but I fear my lua skills aren't there yet.
…
-
In the Installation section, the instructions for lazy.nvim mention adding the following to init.lua:
`require("lazy").setup({{"nvim-treesitter/nvim-treesitter", build = ":TSUpdate"}})`
But lazy.nvi…
-
### Issue
Fedora 41 upgraded python package to 3.13. This has caused jedi-vim to stop working properly. Auto-complete no longer finds anything other than text in buffers. Commands like `d` (go …
-
### Description
Functionality remains, its just abit annoying to have these popup mesages:
```log
Error executing vim.schedule lua callback: ...ocal/nvim-data/lazy/diffview.nvim/lua/diffview/as…
-
When working with html, having access to a tag textobject is very useful in vim to change content nested in a html-tag.
Here's an example for deleting text in a h1 tag:
```html
text
dit
```
…
-
Related:
https://vi.stackexchange.com/questions/31310/search-throws-e363-pattern-uses-more-memory-than-maxmempattern
quote: "the underlying search, which may be found in separate file like a synta…
-
**Describe the bug**
Simply put, the ]s, [s, ]S, [S mappings do nothing for me (no movement), when attempting to navigate around simple C and Go files (haven't tried others yet). Mappings like ]m, …
aktau updated
2 months ago