Fix indentation

This commit is contained in:
Daniel Flanagan 2018-11-16 16:37:21 -06:00
parent e40c608df7
commit 8da7641f32
3 changed files with 12 additions and 9 deletions

View file

@ -40,6 +40,9 @@ highlight clear ALEWarningSign
let g:fzf_layout = { 'window': 'enew' } let g:fzf_layout = { 'window': 'enew' }
let g:OmniSharp_server_use_mono = 1 let g:OmniSharp_server_use_mono = 1
let g:ale_linters = {
\ 'cs': ['OmniSharp']
\}
set completeopt=noinsert,menuone,noselect set completeopt=noinsert,menuone,noselect

View file

@ -84,7 +84,7 @@ export HISTSIZE=""
# load a per-device config last so anything can be overridden # load a per-device config last so anything can be overridden
if [ -a "$HOME/.env_bashrc" ]; then if [ -a "$HOME/.env_bashrc" ]; then
source "$HOME/.env_bashrc" source "$HOME/.env_bashrc"
fi fi
# we assume the user uses "$HOME" to just store their mess of dotfiles and other # we assume the user uses "$HOME" to just store their mess of dotfiles and other
@ -92,7 +92,7 @@ fi
# directory where they keep the stuff they actually care about # directory where they keep the stuff they actually care about
# we only do this if the user is opening a shell at $HOME # we only do this if the user is opening a shell at $HOME
if [ "$PWD" = "$HOME" ]; then if [ "$PWD" = "$HOME" ]; then
cd "$NICE_HOME" || cd || return cd "$NICE_HOME" || cd || return
fi fi
_make_paths _make_paths

View file

@ -13,11 +13,11 @@ set editing-mode vi
# vi settings # vi settings
$if mode=vi $if mode=vi
set keymap vi-insert set keymap vi-insert
"jk": vi-movement-mode "jk": vi-movement-mode
"Jk": vi-movement-mode "Jk": vi-movement-mode
"JK": vi-movement-mode "JK": vi-movement-mode
"jj": vi-movement-mode "jj": vi-movement-mode
"Jj": vi-movement-mode "Jj": vi-movement-mode
"JJ": vi-movement-mode "JJ": vi-movement-mode
$endif $endif