From ddd13df5afe188e52ea797b1011f7fac6f77460c Mon Sep 17 00:00:00 2001 From: emincanozcan <50255411+emincanozcan@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:50:22 +0300 Subject: [PATCH] Fix typo --- lua/colors/highlights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 9f0ba83..aaa0596 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -36,7 +36,7 @@ else fg("Comment", grey_fg) end --- Disable cusror line +-- Disable cursor line cmd "hi clear CursorLine" -- Line number fg("cursorlinenr", white)