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

setlocal iskeyword+='

endif