hard link to my current dotfiles

This commit is contained in:
viktorbarzin 2020-02-13 19:10:15 +00:00
parent af26cc42f1
commit 8499e0934d
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