Skip to main content
avl.nvim
  1. projects/

avl.nvim

Table of Contents

This project is used to keep all my own custom neovim plugins. Each plugin is configured separately.

Installation
#

{
    "https://codeberg.org/nietarne/avl.nvim.git",
    version = false
}

Modules
#

avl.cmaker
#

avl.cmaker provides the :CMaker usercommand which lets you build a cmake based project from within neovim. It allows you to make custom profiles, which will add extra usercommands. Per profile you can define the preferred build tool and custom flags.

avl.terminal
#

avl.terminal provides a better neovim terminal experience. It allows you to toggle a persistent terminal and allows you to go back to normal mode using (if keybinds are enabled). By default it only exposes the usercommands :ToggleTerm and :DiscardTerm.