-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
# Cant use kickstart.nvim its gives me this error
Error detected while processing /home/sepehr/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/sepehr/.config/nvim/init.lua:165: a…
-
I made a fresh install of neovim and kickstart and I tried configure the rust-analyzer LSP
I've tried using Mason Install, manul config (tjdevries VOD with bashbunni) in init.lua and 'mrcjkb/rustacea…
-
### Minimal reproducible full config
https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua + add ` 'JoosepAlviste/nvim-ts-context-commentstring'` inside `require('lazy').setup({}) `
…
-
**Description**
When quickly moving tabs you will get a lot of errors randomly, I assume I could just turn these off and ignore them automatically somehow. However, this seems like plugin itself ha…
-
I'm trying to use automatic signature completion with the [R language server](https://github.com/REditorSupport/languageserver)
I'm using the [kickstart.nvim](https://github.com/nvim-lua/kickstart.…
-
Just discovered fidget after messing with kickstart.nvim. I added it to my config and fired up nvim (in neovide), and when the notifications started appearing I noticed the whole display will very bri…
-
I have created a custom template `base-kickstart.java` in `~/.config/nvim/templates`:
```java
import java.util.Scanner;
public class {{_name_}}{
public static void main(String[] args) {
S…
-
Hey, I followed the doc but in my case I still have the preview when using tab.
part of my config:
nvim-tree config:
```lua
require('nvim-tree').setup {
on_attach = function(bufnr)
…
-
> Error executing lua Failed to load parser: uv_dlopen: cpp.so is not a valid Win32 application.
```bash
$ nvim -v
NVIM v0.8.2
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compiled by runner…