-
Since the commit 55e956f, I'm getting this error message:
Error detected while processing /home/smsjr/.config/nvim/init.lua:
E5248: Invalid character in group name
E5113: Error while calling lua …
smsjr updated
9 months ago
-
### Discussed in https://github.com/NvChad/NvChad/discussions/2256
Originally posted by **CAESIUS-TIM** August 2, 2023
## [which-key.nvim README](https://github.com/folke/which-key.nvim/blob/…
-
Passing a function to `NvPluginSpec.keys` for example:
```lua
{
"folke/which-key.nvim",
keys = function()
return { "" }
end,
}
```
Raises the diagnostic error:
```sh
D…
-
~~The vi_mode_style wont change the cursor when in vi mode, it keeps the value from the cursor style.~~
~~This a part of my alacritty.toml.~~
>~~[cursor]~~
>~~style = { shape = "Beam" }~~
>~~vi_mo…
-
**Describe the bug**
I set `indent_size = 2` in `.editorconfig` file, but in any file except lua this doesn't work, the tab size remains 2 spaces.
**To Reproduce**
1. Add `vim.g.editorconfig…
-
For whatever reason it appears like syntax highlighting does not automatically works.
Let's say I open a yml file which is backed by a few lsps
![image](https://github.com/NormalNvim/NormalNvim/as…
-
```
Error detected while processing /home/enderst/.config/nvim/init.lua:
Invalid import spec. `import` should be a string: {
import = { { "neovim/nvim-lspconfig",
config =
}, { "nvim…
-
### Description
I installed the with Vim-plug , put it in my init.vim, did :PlugInstall.
Restarted discord, restarted neovim, still no rich presence in discord.
My game activity is also on
![ima…
-
### Describe the bug
Using neovim 0.10 & latest NvChad distro, I am unable to get rid of the horizontal doubled statusbar using `let g:tpipeline_clearstl = 1`, still looks as full
### To repro…
-
**Describe the bug**
After installing and configuring `nvim-treesitter-textobjects`, I cannot use `vif` or associated keymaps in a python file.
**Environment**
MacOS Sonoma 14.3.1
NVChad commit …