hard link to my current dotfiles
This commit is contained in:
parent
af26cc42f1
commit
8499e0934d
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