Cleaned repo

This commit is contained in:
Damien Broqua 2021-01-07 20:55:13 +01:00
parent 3b8120d1e4
commit a303c9816f
62 changed files with 3 additions and 3727 deletions

3
dotfiles/.vim/.netrwhist Normal file
View file

@ -0,0 +1,3 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhistcnt =1
let g:netrw_dirhist_1='/home/dbroqua/Projects/dbroqua/home/config/sway'

View file

@ -0,0 +1,4 @@
" Fix files with prettier, and then ESLint.
let b:ale_fixers = ['prettier', 'eslint']
" Equivalent to the above.
let b:ale_fixers = {'javascript': ['prettier', 'eslint']}