/ada-nvim

Ada plugin for neovim

Primary LanguagePython

ada-nvim

This is an extremely alpha version of a neovim plugin for the Ada language. It uses libadalang.

Key bindings

: Delete current node : Select parent node : go to definition : Highlight local references : Indent current line (or selection in visual mode)

How to install using vim plug

Add

    Plug 'path/to/ada-nvim/'

to your plugin section