Introducing (n)vim files

This commit is contained in:
Nathan Schneider
2024-12-30 17:40:32 -05:00
parent 01907ed38e
commit d1f3961632
6 changed files with 108 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
# TODO have to clarify how to set the location of the .vimrc file
# create symbolic link to the .vimrc
mkdir -p ~/.config/nvim
ln -s ~/.vimrc ~/.config/nvim/init.vim
# install vim-plug
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'
# TODO have to make sure to install the plugins