Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

📚 A Neovim config designed from scratch to be understandable

Results 132 Neovim-from-scratch issues
Sort by recently updated
recently updated
newest added

Hi all, when I download the repository and run nvim I get this error message. How to fix this? ``` Error detected while processing /home/xnitry/.config/nvim/init.lua: E5113: Error while calling lua...

nvim-treesitter[json]: Error during compilation /usr/bin/ld: cannot find -lstdc++: No such file or directory collect2: error: ld returned 1 exit status nvim-treesitter[lua]: Error during compilation /usr/bin/ld: cannot find -lstdc++: No such...

I've had this issue for at least a year now where sometimes when being on an empty line that was entered using and pressing tab, jumps to a seemingly random...

https://github.com/LunarVim/Neovim-from-scratch/blob/master/lua/user/treesitter.lua https://github.com/LunarVim/Neovim-from-scratch/blob/master/init.lua

I'm having this weird issue with Mason. When I download a language server using :Mason, i does not work at all. I need to go into configuration and add it...

Rewrite configuration.

i cant re-try init.lua config... The config file path is right, beacuse the first run nvim i can install the plug..

https://github.com/LunarVim/Neovim-from-scratch/blob/a0e07fcba9be979ae2594636a32c881064a3c8f6/lua/user/cmp.lua#L75 Does `check_backspace()` have some side-effects? If not, it looks like `fallback()` will be called in any case, doesn't matter what `check_backspace()` returns.

Hello, I am using neovim 0.8.1, and I am following branch 05-completion to set up my nvim-cmp. I exactly copied `plugins.lua` and `cmp.lua`, but I got this error: ``` Error...

Nvim tree documentation to migrate to on_attach https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach