From fc0d757a8a542bcaa9d155730da6b9ae41646f32 Mon Sep 17 00:00:00 2001 From: Shawon Date: Wed, 7 Aug 2024 20:45:36 +0600 Subject: [PATCH] chore: Fixed grammatical mistakes and unnecessary codes --- lua/markview.lua | 2 +- lua/markview/colors.lua | 8 -------- markview.nvim.wiki | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/lua/markview.lua b/lua/markview.lua index 5b808d8..2771962 100644 --- a/lua/markview.lua +++ b/lua/markview.lua @@ -1046,7 +1046,7 @@ markview.configuration = { buf_ignore = { "nofile" }, modes = { "n", "no" }, - special_modes = nil, + hybrid_modes = nil, headings = { enable = true, diff --git a/lua/markview/colors.lua b/lua/markview/colors.lua index 2e41c84..0576fe1 100644 --- a/lua/markview/colors.lua +++ b/lua/markview/colors.lua @@ -8,14 +8,6 @@ colors.lerp = function (x, y, t) return x + ((y - x) * t); end ---- I really hate to do this but this needs to be done --- colors.bg_map = { --- ---+ ##code## --- ["witch-dark"] = "#161f31", --- ["witch-light"] = "#dee2ea", --- ---_ --- }; - colors.name_to_hex = function (name) ---+ ##code## local lookup = { diff --git a/markview.nvim.wiki b/markview.nvim.wiki index 29c0ecd..c237ec0 160000 --- a/markview.nvim.wiki +++ b/markview.nvim.wiki @@ -1 +1 @@ -Subproject commit 29c0ecd5ca27c5402bafdfee43e131af7235989a +Subproject commit c237ec05c06809b97ec60d93d5162a43e26c39f6