-
**NeoVim Version**
Output of `nvim --version`
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
**System info**
Windows 11
Neovim is running on `wezterm …
-
Hi, so I wrote a little operating system and wanted to port it to nvim. I use NvChad as ground config and thought asm-lsp would be pretty cool. So I installed it and set it up and my problem is here..…
-
Hi, I was using lazyvim in the past and for the last 6 month i've been reconfiguring my personal setup with kickstart.nvim as the base. But, somehow unable to install nvim-navic. I work with really lo…
-
### Self Checks
- [ ] I'm using the latest lualine.
- [ ] I didn't find the issue in existing issues or PRs.
### How to reproduce the problem
### Expected behaviour
![image](https:/…
-
### 🐛 Describe the bug
![image](https://github.com/user-attachments/assets/54b7565c-aca7-435d-a44b-bcdfa8c7b616)
If I have tags with swedish characters (åäö) the UI does not work. #people/björn fo…
-
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…
-
I'm not getting any completion, definition, references, etc on a new setup. I do however get bad link warnings:
![image](https://github.com/user-attachments/assets/c2d389be-acfc-4f34-b50b-d16e3bc06…
-
### Problem
Since the release of Vim9 in 2022, the biggest Vim feature that is not (and probably will never be) available in Neovim is Vim9script, not `ttymouse`. So I think it `:h nvim-from-vim` sho…
-
### Did you check docs and existing issues?
- [X] I have read all the edgy.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exist…
-
Here's my config with lazy:
```
{ 'ShinKage/idris2-nvim',
dependencies = {'neovim/nvim-lspconfig', 'MunifTanjim/nui.nvim'},
-- ft = 'idr',
lazy = false,
config = function()
…