Neovim/lua/config/ui.lua

16 lines
296 B
Lua

--
-- User interface configuration
--
-- ..............................................
--
-- Author: Sven Vogel
-- Created: 07.11.2024
-- Edited: 07.11.2024
--
-- ==============================================
return {
border = 'rounded',
winhighlight = 'NormalFloat:DiagnosticError'
}