Skip to content
forked from niklasl/vim-rdf

A bundle of vimfiles for editing RDF data (syntaxes, completion, etc.)

Notifications You must be signed in to change notification settings

iczcpkqo/vim-rdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 support in Vim and RDFLib installed in a Python environment available to Vim.)

Call

:RDF

to enable. This automatically sets up the user-defined completefunc (invoked with CTRL-X CTRL-U 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.

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

About

A bundle of vimfiles for editing RDF data (syntaxes, completion, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 63.5%
  • Python 36.5%