Introducing (n)vim files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user