Introducing (n)vim files
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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