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
+4 -2
View File
@@ -8,6 +8,8 @@
(add-to-list 'load-path "~/.emacs.d/lisp/")
(package-refresh-contents)
(package-install 'markdown-mode)
(package-install 'wc-mode)
(package-install 'use-package)
(package-install 'magit)
(package-install 'markdown-mode)
(package-install 'pandoc-mode)
(package-install 'wc-mode)
+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