dotfiles
dotfiles copied to clipboard
file name mistake?
hi is there a reason why your file name in dotfiles/.config/nvim/ is called .init.cim instead of .init.vim?
i am also having trouble running the :PlugInstall command in nvim (following your nvim setup tutorial on youtube) i have already installed the plugin from
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
there is a plug.vim in my ~/.local/share/nvim/site/autoload directory
but i still can't run the :PlugInstall command ):
i don't seem to see a folder called autoload in your .config/nvim/ folder
even thought you use the path call plug#begin('~/.config/nvim/autoload/') in your .init.vim
i also notice that when i run vim in terminal
it runs neovim v0.4
but i can also run 'nvim' in terminal
that runs neovim v0.9
both runs neovim (wth?)

here's :checkhealth for neovim v0.9

thank you so much for helping!
update: removed vim from /usr/bin
now i only have nvim from /usr/local/bin
i also tried deleting all nvim related files in root (and cloned repo), reinstalled:

i didn't clone your .config file yet, and it seems like :PlugInstall won't run even though the plugin is still installed.
Do you have an any error at all when you load nvim ?
oh HA that's the backup of my old vim config 😂 Now you only need the init.lua file. Sorry for the confusion