More mature vim setup

This commit is contained in:
Nathan Schneider
2025-01-06 12:51:05 -07:00
parent d1f3961632
commit 7a7fc7d6f1
5 changed files with 43 additions and 16 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
# TODO have to clarify how to set the location of the .vimrc file
# Set up nvim
# create symbolic link to the .vimrc
mkdir -p ~/.config/nvim
@@ -9,5 +8,5 @@ ln -s ~/.vimrc ~/.config/nvim/init.vim
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
# install plugins
nvim -c "PlugInstall" -c "q"