From 7041a218d5cdcb6131697078e4422deb457c6cf0 Mon Sep 17 00:00:00 2001 From: ngharo Date: Wed, 10 Dec 2025 20:33:36 -0600 Subject: Tweaks --- lua/core/options.lua | 4 ++++ lua/core/plugins.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lua/core') diff --git a/lua/core/options.lua b/lua/core/options.lua index 110c46a..de4903f 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -17,3 +17,7 @@ vim.opt.relativenumber = true vim.opt.signcolumn = 'yes' vim.opt.cursorline = false vim.opt.listchars = 'trail:·,nbsp:◇,tab:→ ,extends:▸,precedes:◂,eol:⁋' +vim.diagnostic.config({ + -- virtual_lines = true, + virtual_text = true, +}) diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 3fcbdec..faeae4a 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -5,7 +5,7 @@ if not vim.loop.fs_stat(lazypath) then "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", - "--branch=stable", -- latest stable release + "--branch=stable", lazypath, }) end -- cgit v1.2.3