Consolidate _src.posix into _home
This commit is contained in:
parent
bfdc7f4c1d
commit
f16c2e61b3
279 changed files with 2134 additions and 2190 deletions
|
@ -1 +0,0 @@
|
|||
../_src.posix/dot_vimrc
|
11
chezmoi.roots/_home/dot_vimrc
Normal file
11
chezmoi.roots/_home/dot_vimrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
if has('nvim')
|
||||
" Neovim-specific settings
|
||||
set runtimepath+=~/.config/nvim
|
||||
lua require('_init')
|
||||
else
|
||||
" Vim-specific settings
|
||||
set runtimepath+=~/.config/vim
|
||||
source ~/.config/vim/_init
|
||||
endif
|
||||
|
||||
" vim: set ft=vim sw=4 sts=4 et:
|
Loading…
Add table
Add a link
Reference in a new issue