We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09487f6 commit bc27c7cCopy full SHA for bc27c7c
1 file changed
plugin/skeleton.vim
@@ -21,5 +21,5 @@ endif
21
22
augroup sigma_skeleton
23
au!
24
- autocmd BufEnter * silent! if &buftype=='' | call skeleton#load(expand('%:p')) | endif
+ autocmd BufEnter * silent! if &buftype == '' && &ft != 'startify' && &ft != 'dashboard' | call skeleton#load(expand('%:p')) | endif
25
augroup END
0 commit comments