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. 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 …

  3. 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 …

  4. error - Neovim is looking for configs in current directory, how do I ...

    Feb 16, 2024 · I believe we would need more information about your installation. How did you installed Neovim (standalone, installer). Where is Neovim installed? What do you mean "it only …

  5. 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 …

  6. 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?

  7. 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 …

  8. How to use OmniSharp C# LSP with Mason in nvim properly?

    Jan 10, 2024 · I have installed the fomlowing plugins: mason.nvim mason-lspconfig.nvim nvim-lspconfig nvim-cmp cmp-nvim-lsp (I may have forgeotten to include something, but in any way …

  9. Why does this vim.keymap.set not work?

    Oct 10, 2024 · I was trying to setup coc.nvim, and copied their example config. Then I started checking if the remaps are working, and found a problem with this line: local keyset = …

  10. How do I use --server in Neovim on Windows? - Vi and Vim Stack …

    Jul 18, 2024 · How can I use --servername and --remote in neovim? is related, but asking about vim's clientserver feature in neovim whereas I'm trying to use nvim's version of this paradigm.