-
### 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 …
-
When I execute the tmux-resurrect's restore command, the tmux windows and panes are restored as expected, however neovim sessions are not automatically restored despite having `set -g @resurrect-strat…
-
Thought I'd delve back into Neovim and I wanted to use Fennel. Using the following, I'm getting some issues with another library, [Luafun](https://github.com/luafun/luafun), that I've bootstrapped alo…
-
Using `vim --startup startup.log`, I see that the plugin vim-rtags takes quite some time at startup.
I have several plugins installed and vim-rtags is the slowest.
Is there a reason for not moving…
-
```
FUNCTION 1_LoadFTPlugin()
Defined: /opt/homebrew/Cellar/neovim/0.10.0/share/nvim/runtime/ftplugin.vim:15
Called 8 times
Total time: 0.023398
Self time: 0.019442
count total (s) …
-
Hello there,I really like this colorscheme,but it's too slow to startup with this plugin enabled,even if not set to one-dark colorscheme
a startuptime log shows how greatly it affects this:
> time…
-
**Describe the bug**
A clear and concise description of what the bug is.
On enabling treesitter, the startup times are noticeably higher than without treesitter.
**Expected behavior**
…
-
When I open Go file, an error occurs:
```
Error detected while processing function 12[32]..12_callback:
line 21:
Vim(call):E117: Unknown function: chdir
```
As the error says, my NeoVim se…
-
NVIM v0.8.0-dev
I'm on packer.nvim commit 4dedd3b (5 weeks ago)
Given only this use call
```
use { "catppuccin/nvim", as = "catppuccin", ft = "lua" }
```
I expect catppuccin to be loaded whe…
-
### Explain the issue
1. Neovim with treesitter integration. `templ` installed as a treesitter `ensure_installed` filetype.
2. [go-templ](https://templ.guide/) file, builtin textobjects for tags, …