nabla

URL: https://github.com/jbyuki/nabla.nvim/

Maintainers: Gaetan Lepage


You can bind the popup action like so:

  keymaps = [
    {
      key = "<leader>p";
      action.__raw = "require('nabla').popup";
    }
  ];

You can also wrap an explicit call to popup in a function() ... end in order to provide a border option.

See README for more information.

plugins.nabla.enable

Whether to enable nabla.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.nabla.package

The nabla.nvim package to use.

Type: package

Default: pkgs.vimPlugins.nabla-nvim

Declared by: