About 56,700 results
Open links in new tab
  1. 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 …

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

  4. neovim - Error starting roslyn LSP server - seblyng/roslyn.nvim …

    0 I am trying to configure seblyng/roslyn.nvim to work with nvim-lspconfig on the Windows version of Neovim. I have mason, mason-lspconfig and nvim-lspconfig installed using lazy.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. 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. 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" …

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

  9. How can I make the Neovim terminal run the current file in Python?

    I know there'a probably a plugin for that, but since Neovim has a built-in terminal I wanna use it. I just want to bind a key that runs the current file in Python 3. I tried using @% and %, but the...

  10. How to share config between Vim and Neovim

    I started using Neovim and moved my .vimrc to .config/nvim/init.vim and other stuff is located in .local/share/nvim. What is the best way to share configs or even plugins between Vim and …