Update to dictionary and rd_formatting ycm trigger

This commit is contained in:
Wryn Wagner 2019-09-13 16:41:29 -06:00
parent cb637624c4
commit 1eca7c7e04
3 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,8 @@ Hyperparameter
Backpropogation
Feedforward
Thresholding
Hassol
Euthyphro
Crito
Rawls
Schur

Binary file not shown.

View File

@ -1,6 +1,7 @@
augroup rent_dynamics
autocmd!
autocmd BufRead,BufEnter,BufNewFile */RentDynamics/* setlocal expandtab
autocmd BufRead,BufEnter,BufNewFile */RentDynamics/* let g:ycm_auto_trigger=1
autocmd BufRead,BufEnter,BufNewFile */RentDynamics/*.cs setlocal tabstop=2 softtabstop=2 shiftwidth=2
autocmd BufRead,BufEnter,BufNewFile */RentDynamics/*.ts* setlocal tabstop=2 softtabstop=2 shiftwidth=2
autocmd BufRead,BufEnter,BufNewFile */RentDynamics/*.scss setlocal tabstop=2 softtabstop=2 shiftwidth=2