From 0cb54bc13ff3461078b552e45109a90b5ad7d6a5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 15 Oct 2023 21:52:24 +0800 Subject: Update --- nvim.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nvim.lua') diff --git a/nvim.lua b/nvim.lua index f52bfaf..1833d00 100644 --- a/nvim.lua +++ b/nvim.lua @@ -154,6 +154,8 @@ require('lazy').setup({ priority = 1000, config = function() vim.cmd.colorscheme 'onedark' + vim.api.nvim_command('highlight ExtraWhitespaces ctermbg=red guibg=red') + vim.fn.matchadd('ExtraWhitespaces', '\\s\\+$') end, }, -- cgit v1.2.3-70-g09d2