-
### Problem
I found an attempt to call `vim.lsp.semantic_tokens.start()` on nonexisting buffer and then found that it was a dummy buffer created by `vim.api.nvim_get_option_value('lisp', { filetype =…
-
- `nvim --version`:
```
NVIM v0.11.0-dev-3643+g0cdeb06db-Homebrew
Build type: Release
LuaJIT 2.1.1720049189
```
- `git --version`:
```
git version 2.45.2
```
- Operating system/version:
```…
-
I try to keep my setup minimal, including the numbers of plugins.
Currently hardtime depends on nui and plenary. Would it be possible to remove them or make them optional?
For plenary, it is used …
-
Hi and thanks for the plugin
Just tried it on Windows with a basic sqlite db, but I can't get the column completion to work. Table names complete just fine, but for columns it's saying `Fetching co…
-
I am setting up neovim to have a custom filetype for files with a name `chaneglog.txt':
```lua
vim.filetype.add({
filename = {
['changelog.txt'] = 'factorio-changelog'
}
})
```
…
-
### Description
I just installed neogit and I can't seem to get the commit functionality working.
I tried tweaking ~/.local/share/nvim/lazy/neogit/lua/neogit/client.lua which is the file throwing th…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Lua](https://github.com/trending/lua?since=weekly).
-
Whenever I write an oil buffer on Windows with this plugin active, I get this error message:
```
Error detected while processing BufWriteCmd Autocommands for "oil://*":
Error executing lua callback…
-
i'm developing a nvim plugin which is mostly a thin wrapper around a native library. such library works in background and wants to invoke callbacks to do arbitrary work on-demand for new events.
a …
-
I found overriding `WinBar` highlighting group works randomly.
Even I override `WinBar` to `{ bg = '#000000' }`, `WinBar` hlgroup appears to be `{ fg = '#c8c093' }` **_most_** cases.
## How to rep…