Neovim/lua/config/ui.lua

17 lines
297 B
Lua
Raw Normal View History

2024-11-07 19:12:31 +00:00
--
-- User interface configuration
--
-- ..............................................
--
-- Author: Sven Vogel
-- Created: 07.11.2024
-- Edited: 07.11.2024
--
-- ==============================================
return {
border = 'rounded',
winhighlight = 'NormalFloat:DiagnosticError'
}