More mature vim setup
This commit is contained in:
@@ -28,6 +28,10 @@ sudo pacman -S emacs
|
||||
sudo pacman -S aspell-en # English dictionary
|
||||
emacs --script ~/.scripts/install-emacs.el
|
||||
|
||||
# nvim
|
||||
sudo pacman -S neovim
|
||||
~/.scripts/install-vim.sh
|
||||
|
||||
# pandoc
|
||||
sudo pacman -S pandoc
|
||||
sudo pacman -S texlive-core
|
||||
|
||||
@@ -18,6 +18,10 @@ sudo apt -y install emacs-gtk
|
||||
sudo apt -y install aspell aspell-en
|
||||
emacs --script ~/.scripts/install-emacs.el
|
||||
|
||||
# nvim
|
||||
sudo apt -y install neovim
|
||||
~/.scripts/install-vim.sh
|
||||
|
||||
# pandoc
|
||||
sudo apt -y install texlive
|
||||
sudo apt -y install texlive-latex-extra
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user