About 57,100 results
Open links in new tab
  1. What is Neovim, and how is it different from Vim?

    Feb 3, 2015 · I've been hearing about Neovim; how does it differ from Vim? All the points on the homepage are just architectural changes 'under the hood'. As a user, what's the difference for …

  2. Bufferline in Nvim: auto-close or hide [No Name] buffer when …

    Apr 12, 2024 · I understand that nvim must always have a buffer open so it makes sense that when I've closed all my 'real' buffers (the ones that correspond to files I'm editing) that there's …

  3. Where is "~/.config/nvim/init.vim" on Windows? [duplicate]

    Nov 14, 2020 · C:\tools\neovim\Neovim inside of this there are 3 folders, bin, lib & share C:\Users\nameUser\AppData\Local\nvim-data 1 folder shada & a log file Inside of local there …

  4. Simplest setup for nvim and rust and system rust-analyzer

    Dec 16, 2023 · What is the simplest config I need to have to setup Rust LSP in nvim using only lua, maintained plugin installer and the system rust-analyzer? Note: I'm a complete nvim …

  5. autocmd - How to automatically close all Neovim terminal buffers, …

    Jul 3, 2025 · To declutter before my next session launch, I would like to be able to automatically force-delete all terminal buffers on exit, if any terminal buffers exist, but before the session is …

  6. Where to find debug logs for an LSP started with vim.lsp.start()?

    Sep 7, 2023 · My editor is an LSP client and will turn my actions into LSP commands, which will hit the server and get serviced. nvim will direct commands from a buffer to the "attached" …

  7. neovim - Are vim.cmd () and vim.api.nvim_command () the same, if …

    Sep 30, 2022 · I'm a little confused. Is vim.cmd just a shorthand for vim.api.nvim_command or are they used for different things?

  8. Autocmd before "E21: Cannot make changes, 'modifiable' is off"?

    Feb 22, 2025 · quicker.nvim So far, my best work around is to make the quickfix always modifiable and trigger based on InsertEnter autocmd, but that doesn't work for commands like …

  9. How do I install a package in Neovim without a package manager?

    Jan 13, 2022 · I would like to install a package in Neovim (nvim), but I don't want to use a package manager like vim-plug. I want to keep my configuration as minimal as possible, which is why I …

  10. neovim - Line numbers in terminal mode - Vi and Vim Stack …

    Jul 23, 2025 · Although, it works I would like to fish for a better solution. I bet it had worked fine in previous nvim versions until there was a complain against having line nums in terminal mode. …