/nvim-gn

Neovim filetype support for GN

Primary LanguageSchemeApache License 2.0Apache-2.0

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