aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-09-05 11:40:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-09-05 11:40:27 +1200
commite5c579a8f74dc2dbb19f4468597f16bc97fd27d0 (patch)
treeb85c334e8f0010d965853c70f40972e4499a0eb4 /Makefile
parentCorrect a comment in vim/plugin/dist.vim (diff)
downloaddotfiles-e5c579a8f74dc2dbb19f4468597f16bc97fd27d0.tar.gz
dotfiles-e5c579a8f74dc2dbb19f4468597f16bc97fd27d0.zip
Scrap the nvim.vim runtime include
It's overkill; just add comments explaining why we're setting what the Vim default is.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a19e87d8..833f4ac9 100644
--- a/Makefile
+++ b/Makefile
@@ -513,7 +513,6 @@ install-neovim:
VIM=nvim \
VIMDIR="$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim" \
VIMRC="$${XDG_CONFIG_HOME:="$$HOME"/.config}/nvim/init.vim"
- cp -p -- vim/nvim.vim "$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim"
install-vim-after: install-vim-after-ftplugin \
install-vim-after-indent \