diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-10-15 21:52:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-10-15 21:52:24 +0800 |
commit | 0cb54bc13ff3461078b552e45109a90b5ad7d6a5 (patch) | |
tree | 7aa474f796431f86e5619d080ea02247911ef19d /nvim.lua | |
parent | 4fca4a119ba5eb7977299bfe5cb516a614d19cd4 (diff) |
Update
Diffstat (limited to 'nvim.lua')
-rw-r--r-- | nvim.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ require('lazy').setup({ | |||
154 | priority = 1000, | 154 | priority = 1000, |
155 | config = function() | 155 | config = function() |
156 | vim.cmd.colorscheme 'onedark' | 156 | vim.cmd.colorscheme 'onedark' |
157 | vim.api.nvim_command('highlight ExtraWhitespaces ctermbg=red guibg=red') | ||
158 | vim.fn.matchadd('ExtraWhitespaces', '\\s\\+$') | ||
157 | end, | 159 | end, |
158 | }, | 160 | }, |
159 | 161 | ||