diff options
-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 | ||