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

### There was a conflict in handler's keymap: vim.api.nvim_buf_set_keymap(bufnr, "n", "", "lua vim.lsp.buf.signature_help()", opts) And: `keymap("n", "", "k", opts)` And changed it to Lunarvim's keymap: ``

Thanks for your series. It is best nvim tutor which I saw. All features and additional your settings work perfectly. I need just one advice. You are using in lualine...

Each time i press `gl`, a message shows up saying that show_line_diagnostics is depreciated. What happens seems to be a neovim plugin has been integrated to neovim itself, and the...

Added the ability to make backgrounnd transparent with [leader + n] .

Hi, I like your job, it is wonderful. Would you like to add org-mode plugin in this config? I find that it is quite useful. That repo is https://github.com/nvim-orgmode/orgmode. I...

Hi there! Thanks for putting this together, it has helped immensely :smile: I'm currently working on a rather large project with multiple tsconfigs in the same project (different dirs tho)....

I was very confused why setting this in `options.lua` doesn't work: ```lua local options = { ... colorcolumn = "80", } ``` Turns out it was overwritten by this line...

Just cloned the project and copied the configuration and saw that `` starts visual-block (like ``). Any ideas why is this happening? I'm trying to find a mapping but there...

I found it difficult to make syntax highlighting and snippet completion work for pieces of code that are written in a different language than the language of the file they...

This really works. vim.cmd [[au BufEnter * set fo-=c fo-=r fo-=o]] -- Stop new line comments.