-
**Describe the bug**
Code actions ("textDocument/codeAction") and renaming ("textDocument/rename") seems not to be working with neovim builtin lsp.
**To Reproduce**
Install neovim 0.5.0, configur…
-
When I save, the notification appears but immediately disappears.
I'm using LazyVim
Config: (plugins/git-reminder.lua)
```lua
return {
{
"redve-dev/neovim-git-reminder",
depende…
-
### 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…
-
**What is this feature about?**
Use a plugin to preview images (maybe videos?) in neovim when.
**How will this solution be done?**
Setting up a new plugin.
**What needs to be done?**
- [x] Fi…
-
### Prerequisites
- [X] I am using the latest stable or nightly neovim version
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.11.0-dev-1113+g7342e6b00d-Homebrew…
-
### Problem description
1. Install `black` or `ruff`
2. In `config.lua` set:
```lua
lvim.format_on_save.enabled = true
local formatters = require("lvim.lsp.null-ls.formatters")
formatters.se…
-
**Description**
So my bufferline doesn't work on LazyVim with native windows 11, is there any way to fix it? But it does load when I check with :Lazy
**To Reproduce**
tabline.lua
```lua
r…
-
I did follow every guide to setup injections and highlights in the discussion here #19. But when i try to do comment with shortcut in neovim, it did the html one and not blade.
![Screenshot from 2024…
-
I'm not sure how to setup for neovim and sqlite3.
I have initialized it like:
```
lspconfig.sqls.setup {
on_attach = function(client, bufnr)
require('sqls').on_attach(client, bufnr) -…
-
Hello guys there is any doc explain how to setup on neovim?
after I add the plugin, this command is not found `:GrammarousCheck` or `:GrammarousReset` :/
when I type this command I got this erro…