Skip to content

Commit

Permalink
feat: use my fork of nvim-paredit-fennel
Browse files Browse the repository at this point in the history
We will change this to upstream when

julienvincent/nvim-paredit-fennel#1 is merged
  • Loading branch information
datwaft committed Apr 10, 2024
1 parent cee732c commit 295cc45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/packages/editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ return {
-- Paredit
{ "julienvincent/nvim-paredit", event = "VeryLazy", config = true },
{
"julienvincent/nvim-paredit-fennel",
-- TODO: change to upstream when https://github.com/julienvincent/nvim-paredit-fennel/pull/1 is merged
"datwaft/nvim-paredit-fennel",
dependencies = { "julienvincent/nvim-paredit" },
ft = { "fennel" },
config = true,
Expand Down

0 comments on commit 295cc45

Please sign in to comment.