Tweak profile/vim settings & add installation of Python
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
export EDITOR=vi
|
||||
export EDITOR=vim
|
||||
export PS1='[\h:\w]\$ '
|
||||
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
|
||||
export PATH=$PATH:$HOME/bin:$HOME/node_modules/.bin
|
||||
|
||||
@@ -108,7 +108,6 @@ let g:ale_completion_enabled = 1
|
||||
let g:ale_lint_on_text_changed = 'never'
|
||||
let g:ale_open_list = 1
|
||||
let g:ale_set_loclist = 0
|
||||
let g:ale_set_quickfix = 1
|
||||
let g:ale_sign_column_always = 1
|
||||
|
||||
let g:ale_linters = {
|
||||
|
||||
Reference in New Issue
Block a user