stow: Split neovim into separate package

This commit is contained in:
Donovan Glover
2018-11-23 01:45:43 -05:00
parent 0db520b429
commit 747ed142b2
2 changed files with 15 additions and 0 deletions

View File

@@ -1,16 +0,0 @@
" New Start: A modern Arch workflow built with an emphasis on functionality.
" Copyright (C) 2017-2018 Donovan Glover
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
" Enable global clipboard support for all vim commands in neovim
" NOTE: It may be better to just add a keybind for "+(y), or just
" use that instead.
set clipboard=unnamedplus
" Change cursor back to blink after exiting neovim
autocmd VimLeave * set guicursor=a:block-blinkon1
source ~/.vimrc