Skip to content

p1xelHer0/gerbil.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gerbil.nvim

The unnatural home for Gerbil development is Neovim

This plugin will enable Gerbil related features in a .ss file if it finds a

gxi shebang

#!/usr/bin/env gxi

or a Gerbil mode line

;;; -*- Gerbil -*-

WORK IN PROGRESS

Check the TODO comments in the source code for now.

Install with lazy.vim

{
  "p1xelHer0/gerbil.nvim",
  dependencies = {
    -- WIP
    -- Currently trying to get nvim-paredit to work with Gerbil
    -- If you want to enable nvim-paredit
    -- set paredit.setup = true
    "julienvincent/nvim-paredit",
    config = function()
      require("nvim-paredit").setup()
    end,
  },
  ft = "scheme",
  -- Default settings
  -- Use `require("gerbil").setup( ... )` with other plugin managers
  opts = {
    conjure = {
      setup = true,
      command = "gxi",
      prompt_pattern = "%d*> ",
    },
    paredit = {
      setup = false,
    },
  },
},

Conjure

nvim-paredit

rainbow-delimiters.nvim

nvim-treesitter