aboutsummaryrefslogtreecommitdiffhomepage
path: root/nvim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim.lua')
-rw-r--r--nvim.lua2
1 files changed, 2 insertions, 0 deletions
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({
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