hard link to my current dotfiles

This commit is contained in:
viktorbarzin 2020-02-13 19:10:15 +00:00
parent 816882e2c6
commit 0df6884647
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 99 additions and 16 deletions

4
.vimrc
View file

@ -445,3 +445,7 @@ packloadall
" Load all of the helptags now, after plugins have been loaded.
" All messages and errors will be ignored.
silent! helptags ALL
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'
au BufNewFile,BufRead,BufReadPost *.thrift set syntax=thrift