vim-plug
vim-plug copied to clipboard
Can't find init.vim
I use NeoVim (unmodified so far) and I can't find my init.vim, please help.
Check step 7 under initialization. https://neovim.io/doc/user/starting.html#initialization
-
It should be in the path $HOME/.config/nvim/init.vim
-
If it doesn't present create it by
mkdir -p ~/.config/nvim
cd ~/.config/nvim/
touch init.vim
I had that same question ... it can be the init.lua for neovim.