Skip to content

Commit

Permalink
chore: Fixed grammatical mistakes and unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
OXY2DEV committed Aug 7, 2024
1 parent 8d3a067 commit fc0d757
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lua/markview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ markview.configuration = {
buf_ignore = { "nofile" },

modes = { "n", "no" },
special_modes = nil,
hybrid_modes = nil,

headings = {
enable = true,
Expand Down
8 changes: 0 additions & 8 deletions lua/markview/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion markview.nvim.wiki

0 comments on commit fc0d757

Please sign in to comment.