localcfg/plugins/semantic_highlight.vim.vimΒΆ

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Keep cache in XDG base directory specification compliant location:

let g:semanticPersistCacheLocation =
\   g:vim_cache_dir .. '/semantic-highlight'