Compare commits

..

No commits in common. "248d84a459ea03ab944e4ae1641e190cede6e6fa" and "ca4aeb555a42dcd94be9bb81ed88c95809e29e13" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View file

@ -1,8 +0,0 @@
return {
{
"MeanderingProgrammer/markdown.nvim",
name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim
dependencies = { "nvim-treesitter/nvim-treesitter" },
config = function() require("render-markdown").setup {} end,
},
}

View file

@ -1,21 +0,0 @@
return {
"tris203/precognition.nvim",
config = {
-- startVisible = true,
-- showBlankVirtLine = true,
-- hints = {
-- Caret = { text = "^", prio = 1 },
-- Dollar = { text = "$", prio = 1 },
-- w = { text = "w", prio = 10 },
-- b = { text = "b", prio = 10 },
-- e = { text = "e", prio = 10 },
-- },
-- gutterHints = {
-- --prio is not currentlt used for gutter hints
-- G = { text = "G", prio = 1 },
-- gg = { text = "gg", prio = 1 },
-- PrevParagraph = { text = "{", prio = 1 },
-- NextParagraph = { text = "}", prio = 1 },
-- },
},
}