Add ale linter to vim plugins

This commit is contained in:
2020-05-03 01:45:57 -04:00
parent 1a48978896
commit b1c6da6563
3 changed files with 5 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ export TERMINAL='urxvt -e tmux -u'
export EDITOR='/usr/bin/vim'
export VISUAL='/usr/bin/vim'
export PATH=$PATH":$HOME/.local/bin/i3scripts"
export PATH=$PATH":$HOME/.local/bin/i3scripts:/opt/"
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux