Update files
This commit is contained in:
parent
b22da1c1d7
commit
581d8f54dc
3 changed files with 4 additions and 1 deletions
|
|
@ -50,3 +50,4 @@ export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1
|
|||
. $HOME/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
|
||||
. /home/joey/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
|
||||
|
||||
eval "$(hub alias -s)"
|
||||
|
|
|
|||
|
|
@ -444,3 +444,5 @@ au User asyncomplete_setup call asyncomplete#register_source({
|
|||
\ 'triggers': {'*': ['.'] },
|
||||
\ 'completor': {opt, ctx -> nim#suggest#sug#GetAllCandidates({start, candidates -> asyncomplete#complete(opt['name'], ctx, start, candidates)})}
|
||||
\ })
|
||||
|
||||
set guicursor=
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
tmux selectp -t 1
|
||||
tmux splitw -h -p 50
|
||||
tmux splitw -h -p 68
|
||||
tmux splitw -v -p 50
|
||||
tmux selectp -t 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue