Added editorconfig plugin

master
Jef Roosens 2021-05-02 16:06:54 +02:00
parent 13d2ebcdde
commit f83042acfd
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ alias 'ec=$EDITOR ~/.bashrc'
alias 'sc=source ~/.bashrc'
# Dory can speak to whales
alias 'whales=sudo du -sh * | sort -hk1'
alias 'dory=sudo du -sh * | sort -hk1'
alias 'whales=sudo du -sch * | sort -hk1'
alias 'dory=sudo du -sch * | sort -hk1'
# Beautiful ls
alias ls='lsd --color=auto'

View File

@ -1,7 +1,7 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=47
sort_key=46
sort_direction=1
tree_sort_key=0
tree_sort_direction=1

View File

@ -55,8 +55,6 @@ Plug 'godlygeek/tabular'
" Some auto-complete for haskell
Plug 'neovimhaskell/haskell-vim'
Plug 'vmchale/ion-vim'
Plug 'Chiel92/vim-autoformat'
Plug 'leafoftree/vim-vue-plugin'
@ -65,4 +63,6 @@ Plug 'othree/javascript-libraries-syntax.vim'
Plug 'udalov/kotlin-vim'
Plug 'editorconfig/editorconfig-vim'
call plug#end()