Added editorconfig plugin
parent
13d2ebcdde
commit
f83042acfd
|
@ -5,8 +5,8 @@ alias 'ec=$EDITOR ~/.bashrc'
|
||||||
alias 'sc=source ~/.bashrc'
|
alias 'sc=source ~/.bashrc'
|
||||||
|
|
||||||
# Dory can speak to whales
|
# Dory can speak to whales
|
||||||
alias 'whales=sudo du -sh * | sort -hk1'
|
alias 'whales=sudo du -sch * | sort -hk1'
|
||||||
alias 'dory=sudo du -sh * | sort -hk1'
|
alias 'dory=sudo du -sch * | sort -hk1'
|
||||||
|
|
||||||
# Beautiful ls
|
# Beautiful ls
|
||||||
alias ls='lsd --color=auto'
|
alias ls='lsd --color=auto'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=47
|
sort_key=46
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
tree_sort_key=0
|
tree_sort_key=0
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
|
|
|
@ -55,8 +55,6 @@ Plug 'godlygeek/tabular'
|
||||||
" Some auto-complete for haskell
|
" Some auto-complete for haskell
|
||||||
Plug 'neovimhaskell/haskell-vim'
|
Plug 'neovimhaskell/haskell-vim'
|
||||||
|
|
||||||
Plug 'vmchale/ion-vim'
|
|
||||||
|
|
||||||
Plug 'Chiel92/vim-autoformat'
|
Plug 'Chiel92/vim-autoformat'
|
||||||
|
|
||||||
Plug 'leafoftree/vim-vue-plugin'
|
Plug 'leafoftree/vim-vue-plugin'
|
||||||
|
@ -65,4 +63,6 @@ Plug 'othree/javascript-libraries-syntax.vim'
|
||||||
|
|
||||||
Plug 'udalov/kotlin-vim'
|
Plug 'udalov/kotlin-vim'
|
||||||
|
|
||||||
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Reference in New Issue