Use new border option

This commit is contained in:
2025-05-26 19:04:30 +02:00
parent 0a88d94e42
commit f08c4fddcd
4 changed files with 22 additions and 17 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
local diagnostic = require("symbols.diagnostic")
local border = require("symbols.window").border
local window = require("symbols.window")
-- Set highlight on search
vim.o.hlsearch = true
@@ -68,6 +68,9 @@ vim.o.list = true
-- Fold settings
vim.o.foldlevelstart = 99
-- Windows borders
vim.o.winborder = window.border
-- LSP config
vim.diagnostic.config({
severity_sort = true,