Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 832 Bytes

EdgeDB Vim Syntax

This is a package with syntax highlighter for EdgeDB languages: EdgeQL and ESDL (EdgeDB Schema Definition Language). The plugin is designed to work with vim and neovim.

Usage

Manual Clone

Copy this repo in your vim pack directory. More info in Vim docs

git clone https://github.com/edgedb/edgedb-vim ~/.vim/pack/edgedb/start/edgedb

For Neovim using Packer

    require('packer').startup(function(use)   
        use 'edgedb/edgedb-vim'
    end)

Using a plugin manager

Use https://github.com/VundleVim/Vundle.vim or https://github.com/junegunn/vim-plug.

Files with extensions esdl and edgeql will be properly syntax highlighted.