summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/idris.vim
blob: 6c6815d56a400aa099bb45d65542e2b0b5736440 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'idris') == -1

setlocal iskeyword+='

endif