Add ale linter to vim plugins
This commit is contained in:
parent
1a48978896
commit
b1c6da6563
|
@ -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
|
||||
|
|
|
@ -26,3 +26,6 @@
|
|||
path = .tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
|
||||
[submodule ".vim/bundle/ale"]
|
||||
path = .vim/bundle/ale
|
||||
url = https://github.com/dense-analysis/ale.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 36e5337e30095afb10d02ef2ae362c8d6055e70d
|
Loading…
Reference in New Issue