1
0
Fork 0

Add template and cross-platify more stuff

This commit is contained in:
Vivianne 2021-10-12 22:58:11 -07:00
parent 723793945b
commit 29a1471c0a
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ let $SCR_PLUGINS = $CONFIG . '/lua/plugins.lua'
let $SCR_INIT = $CONFIG . '/init.vim'
if has('win32')
source $VIMRUNTIME\mswin.vim
source $VIMRUNTIME/mswin.vim
endif
set termguicolors
@ -106,4 +106,4 @@ let g:lt_location_list_toggle_map = '<leader>l'
let g:lt_quickfix_list_toggle_map = '<leader>q'
" machine-specific settings
source $CONFIG\local.vim
source $CONFIG/local.vim

3
local.vim.template Normal file
View File

@ -0,0 +1,3 @@
-- Edit this as needed for your local config.
let g:wiki_root = $HOME . '/wiki'
-- let g:godot_executable = 'SOME_PATH'