Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

A fennel language extension for nvim-paredit

License

Notifications You must be signed in to change notification settings

julienvincent/nvim-paredit-fennel

Repository files navigation

nvim-paredit-fennel

Warning

This is now deprecated as of [email protected]

The language-extensions API has been removed and fennel support has now been directly added to nvim-paredit.

EXPERIMENTAL

Provides a language extension implementation to nvim-paredit for the Fennel programming language

Installation

{
  "julienvincent/nvim-paredit-fennel",
  dependencies = { "julienvincent/nvim-paredit" },
  ft = { "fennel" },
  config = function()
    require("nvim-paredit-fennel").setup()
  end
}