From 47544753c123ac391b00e980e6e5a970d4ded749 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 23 Nov 2024 14:25:14 -0500 Subject: [PATCH] chore: remove commented-out configuration for footprints plugin --- lua/plugins/editor.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 4898239..7106a3c 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -158,16 +158,4 @@ return { 'folke/twilight.nvim', opts = require('data.types').twilight, }, - -- { -- vim-footprints - -- "axlebedev/vim-footprints", - -- init = function() - -- vim.g.footprintsColor = "#251519" - -- vim.g.footprintsTermColor = "208" - -- vim.g.footprintsEasingFunction = "linear" - -- vim.g.footprintsHistoryDepth = 20 - -- vim.g.footprintsExcludeFiletypes = { "magit", "nerdtree", "diff" } - -- vim.g.footprintsEnabledByDefault = 1 - -- vim.g.footprintsOnCurrentLine = 0 - -- end, - -- }, }