commit 45dd513ea81a7d231b2df82665138df5832bc7eb parent 9688a270bb2ddf01689b703ceb979c35c0c224ff Author: minerva-jupiter <ryouturn@gmail.com> Date: Sat, 18 Oct 2025 14:44:35 +0900 add diagoustic Diffstat:
| M | lua/options.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lua/options.lua b/lua/options.lua @@ -4,3 +4,4 @@ opt.tabstop = 4 opt.shiftwidth = 4 opt.clipboard:append({"unnamedplus"}) opt.number = true +vim.diagnostic.config({ virtual_text = true })