https://github.com/geldata/edgedb-vim
EdgeDB + Vim
https://github.com/geldata/edgedb-vim
edgedb edgeql neovim vim vim-plugin
Last synced: 7 months ago
JSON representation
EdgeDB + Vim
- Host: GitHub
- URL: https://github.com/geldata/edgedb-vim
- Owner: geldata
- Created: 2019-03-22T21:53:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T22:44:37.000Z (over 2 years ago)
- Last Synced: 2025-06-17T22:13:45.616Z (7 months ago)
- Topics: edgedb, edgeql, neovim, vim, vim-plugin
- Language: Python
- Homepage: https://edgedb.com
- Size: 21.5 KB
- Stars: 35
- Watchers: 10
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/vim/vim/blob/247bf0de465411e4ebb1c0fe1a9e07f4a7f77e91/runtime/doc/repeat.txt#L515)
`git clone https://github.com/edgedb/edgedb-vim ~/.vim/pack/edgedb/start/edgedb`
### For Neovim using [Packer](https://github.com/wbthomason/packer.nvim)
```
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.