chore: remove commented-out configuration for footprints plugin

This commit is contained in:
2024-11-23 14:25:14 -05:00
parent a692b1cc3c
commit 47544753c1
-12
View File
@@ -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,
-- },
}