Top "Neovim" questions

Neovim is a fork of Vim that aims to improve upon Vim's out-of-the-box experience and allow for more powerful plugins and GUIs.

Can't find init.vim

I can't seem to find my init.vim. I beleive it is supposed to be under ~/Neovim/share/nvim but …

neovim
How do I install Plugins in NeoVim Correctly

Does NeoVim have it's own config file just like vim's .vimrc ? If so where can I get that file in …

neovim
How do I search in all files of my project using VIM?

There are a couple of things I do not yet understand the VIM way. One of these is searching in …

search vim neovim
How to change Neovim font?

VIM contains a 'set guifont' option to change the font. Neovim does not support this option, so I am wondering …

neovim
Is it possible to not display a ~ for blank lines in Vim/Neovim?

Is it possible to not display a ~ for blank lines in Vim? This confuses Mac Vim's scrollbar, and I quite …

vim macvim neovim
VIM textwidth has no effect

This feels like a dumb question, but I can't find an answer on the Internet (or in VIM help). I'm …

unix vim text-editor neovim
how to add include path for language servers in coc-settings.json file?

I am using neovim plugin "coc-nvim", as the IntelliSense tool for C/C++. as I know this plugin is actually …

c++ c vim-plugin neovim clangd
Support doesn't work

I'm trying to use neovim with deoplete and UtilSnips. Both requires Python support from nvim. I followed the instructions in :…

python neovim
Is there "includePath" option in clangd?

I used to work with VSCode C/C++ extension. there was a feature in this extension(in a json file), …

c++ c neovim clangd
How to install colortheme in NeoVim in Mac OS X?

I just installed NeoVim VimR 0.13.1 from https://github.com/qvacua/vimr/releases for Mac OSX. I was able to set …

macvim neovim