willcassella / nvim-gn

Neovim filetype support for GN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-gn

Neovim filetype support for GN

nvim-gn in action nvim-gn with the onedark.nvim colorscheme

Installation

Add to your neovim init.vim:

Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'willcassella/nvim-gn', {'do': ':TSUpdate'}

And then (once):

:TSInstall gn

About

Neovim filetype support for GN

License:Apache License 2.0


Languages

Language:Scheme 67.7%Language:Lua 19.7%Language:Vim Script 12.6%