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

I am using `friendly-snippets` to provider snippets for `luasnip`, following the repository. But I don't know how to config the neovim so that it works well for snippets with choice...

I installed the salt_ls with pip install salt-lsp after that i activate it with :LspInstallInfo and i updated the servers list in the configs.lua file. When i open a .sls...

How i can change this color? ![image](https://user-images.githubusercontent.com/43529059/172935963-4d1b656e-4eee-4dbc-8715-4f1b652940d6.png)

based on a comment in: https://vi.stackexchange.com/a/8436 Makes it so the cursor moves with the row and work as expected.

EDIT: Changed title after some more debugging. Does anyone know a way to debug the on_attach function so I can fix this problem? I wanted to log what is coming...

I ran the following command on ubuntu 20.04 server and got the followg error. ``` git clone https://github.com/LunarVim/Neovim-from-scratch.git ~/.config/nvim nvim ``` Error detected while processing /home/scorbin/.config/nvim/init.lua: E5113: Error while calling...

I realize this isn't an issue Neovim-from-scratch at all but if you can suggest a fix or strategy for investigating it I'd very much appreciate it. I see in your...

I am following the `lsp` branch, i.e., the `init.lua` contains only: ``` require "user.options" require "user.keymaps" require "user.plugins" require "user.colorscheme" require "user.cmp" require "user.lsp" ``` The problem is that, when...