Add template and cross-platify more stuff
This commit is contained in:
parent
723793945b
commit
29a1471c0a
2 changed files with 5 additions and 2 deletions
4
init.vim
4
init.vim
|
@ -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
3
local.vim.template
Normal 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'
|
Loading…
Reference in a new issue