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 131 Neovim-from-scratch issues
Sort by recently updated
recently updated
newest added

Or any key mappings for that matter. None of `gd`, `gD` and so on work. Instead a window pops up (with a terrible color contrast) giving us options none of...

**Edit (2022-08-03)**: Looks like `cmp-cmdline` removed from `plugins.lua` in [this commit](https://github.com/LunarVim/Neovim-from-scratch/commit/0a9e1cad51732e34cfa2dbfd566b29ef7d5e0b31#diff-b66236705b82e1ef2e2d01fbe8d42ef8859e40daac87e4111004d62096c19554L70). Maybe it's because it was never properly set up so they thought the plugin is broken? Even though the...

Fixes: ``` [nvim-cmp] documentation is deprecated. [nvim-cmp] Please use window.documentation = cmp.config.window.bordered() instead. ``` Also fixes snippets not working and error: ``` Error executing vim.schedule lua callback: ...te/pack/packer/start/nvim-cmp/lua/cmp/view/docs_view.lua:38: bad argument...

Every time I run the initial setup this keeps failing even though it's spelled right and the github exists still. Also, :CheckHealth has a bunch of stuff missing like prettier...

Steps to reproduce: 1. nvim "any dir" 2. :Telescope find_files 3. choose any file and hit enter nvim crashes quietly when there is no buffer yet. No errors in .cache/nvim/log...

Even if this bug is fixed in the main branch, I suggest to fix it also in the `05-completion` branch so the experience for ones that follow Youtube playlist is...

replace vim.cmd; divide `options` into sections; minor improvements