-
### Description
Doesnt look for all files in the working directory with fuzzy find files in cwd
### Neovim version
```markdown
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
```
### Ope…
-
### Make sure you have done the following
- [X] I have updated to the latest version of the plugin.
- [X] I have read the README.
### Bug Description
New lines (`\n`), carriage returns (`\r`) or `*…
-
### Self Checks
- [X] I'm using the latest lualine.
- [X] I didn't find the issue in existing issues or PRs.
### How to reproduce the problem
1. Use a version of Neovim ≥ `commit e049c…
-
script can not run properly, I'm running kulala in a windows powershell, with nodejs installed(v22.11.0), NVIM v0.10.2, and here is my config:
```lua
{
'mistweaverco/kulala.nvim',
ft = {…
-
This is a `minimal.lua` i created:
```
-- Bootstrap lazy.nvim
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.uv or vim.loop).fs_stat(lazypath) then
local lazyrepo =…
-
it seems like that the lua files is not available for nvim-qt, but my old configuaration files are all written by lua. What should I do to next?
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.10.2
### Neorg setup
-- Bootstrap lazy.nvim
lo…
-
After installing the plugin with [`lazy.nvim`](https://github.com/folke/lazy.nvim) and trying to open a `.sonicpi` file with nvim I get the following error:
```
Failed to run `config` for sonicpi.…
-
## Result from CocInfo
## versions
vim version: NVIM v0.10.2
node version: v20.18.0
coc.nvim version: 0.0.82-9fd85781 2024-09-21 00:59:00 +0900
coc.nvim directory: /home/wzy/.local/share/…
-
### Description
- For a directory structure of `/saving-action/nested/folder/error.ts` I used to find that file by searching `saving-action error`
- Now, adding a space between my words no longer …