Skip to content

neovim plugin to edit conllu files (relies on my tree-sitter-conllu grammar)

Notifications You must be signed in to change notification settings

pmagistry/conllu.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Neovim plugin to edit and vizualize CONLLU files (used by https://universaldependencies.org/ and https://surfacesyntacticud.org/ projects)

It relies on my conllu tree-sitter grammar (https://github.com/pmagistry/tree-sitter-conllu)

These installation instructions assumes you have a basic install of lazy.nvim (https://lazy.folke.io/installation)

All you need to do is then to add a `~/.config/nvim/lua/plugins/conllu.lua' file with the following content:

return {
  {
    "pmagistry/conllu.nvim",
    lazy = true,
    ft = "conllu"
  }
}

you can then run vim, and install this plugin with the :Lazy command.

About

neovim plugin to edit conllu files (relies on my tree-sitter-conllu grammar)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published