From b5cd3186dbd3699b21c4920dc49512b3774d0867 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 29 Mar 2025 11:36:01 +0100 Subject: feat: update to 0.11 [skip ci] --- lua/pml68/settings.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/pml68/settings.lua') diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index d56134b..13e0322 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -5,6 +5,8 @@ vim.o.conceallevel = 2 vim.o.laststatus = 3 +vim.o.winborder = "rounded" + local function branch_name() local branch = vim.fn.system("git branch --show-current 2> /dev/null | tr -d '\n'") if branch ~= "" then @@ -14,6 +16,8 @@ local function branch_name() end end +vim.diagnostic.config({ virtual_lines = true }) + local function diagnostics() local warns = vim.diagnostic.get(nil, { severity = vim.diagnostic.severity.WARN }) local errors = vim.diagnostic.get(nil, { severity = vim.diagnostic.severity.ERROR }) -- cgit v1.2.3