diff --git a/lua/core.lua b/lua/core.lua index 9ecebcc..661862a 100644 --- a/lua/core.lua +++ b/lua/core.lua @@ -16,6 +16,9 @@ local function set_keymap() nnoremap :nohlsearch:echo ]]) + -- Remove the `~` for blank lines by setting its color to be the same as background + vim.cmd("hi NonText guifg=bg") + -- for markdown file vim.cmd([[ " optimized up and down move when set wrap for markdown file