Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.31 KB

Vim-RDF

This is a bundle of vimfiles for editing RDF data. It includes various RDF syntax highlighting and a plugin for RDF prefix completion.

Syntax highlighting

Plugins

RDF Prefix Completion

(Prerequisites: Python 3 support in Vim and RDFLib installed in a Python environment available to Vim (I use vim-virtualenv).)

Call

:RDF

to enable. This automatically sets up the omnifunc (invoked with CTRL-X CTRL-O in insert mode) to complete on RDF prefixes. It uses http://prefix.cc/ under the hood, and automatically dereferences and caches RDF vocabularies when completing on defined prefixes.

It also maps d so you can jump from a term to a term definition (in a separate window).

Turning this off with :RDF quit restores any original omnifunc.

(And older version of this plugin is available on Vim.org as RDF Namespace-complete.)