Home

Awesome

Banana example

This is just a really quick and simple plugin I whipped up to showcase some of banana's functionality

The following screenshots are of the plugin ui:

Home page:

homepage

Install page:

install

View thing page:

view

Install

To install with lazy.nvim, just use:

{
    "CWood-sdf/banana-example",
    dependencies = { "CWood-sdf/banana.nvim" },
    opts = {}
}

Then run it with the command: InstallThings

Banana Features

The main features it shows are:

In my opinion, it is MUCH more obvious what each page of the ui is going to look like when reading the nml than in a regular neovim plugin.