hard link to my current dotfiles
This commit is contained in:
parent
816882e2c6
commit
0df6884647
5 changed files with 99 additions and 16 deletions
4
.vimrc
4
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue