|
|
|
@ -164,6 +164,9 @@ augroup vimrc |
|
|
|
" glsl filetype plugin |
|
|
|
" glsl filetype plugin |
|
|
|
autocmd! BufNewFile,BufRead *.vs,*.fs set ft=glsl |
|
|
|
autocmd! BufNewFile,BufRead *.vs,*.fs set ft=glsl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" set foldmethod to indent for python files |
|
|
|
|
|
|
|
autocmd FileType python setlocal foldmethod=indent |
|
|
|
|
|
|
|
|
|
|
|
augroup END |
|
|
|
augroup END |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|