From 2f10cfc2884e499d140ba2aca48248c3a356fbdc Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Tue, 16 Sep 2025 10:13:32 -0600 Subject: [PATCH] Update formatting init.lua --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 46f3409..874a862 100644 --- a/init.lua +++ b/init.lua @@ -3,9 +3,9 @@ vim.keymap.set('n', 'e', 'lua vim.diagnostic.open_float()', {no -- vim.keymap.set('n', 'f', 'lua MiniFiles.open()', { desc = "Find files recursively" }) vim.keymap.set('n', 'f', 'Oil --float . ', { desc = "Find files recursively" }) vim.diagnostic.config({ - virtual_text = true, -- Display diagnostics as inline text - -- Other options can be added here, like: - signs = false, -- Show icons in the gutter - underline = true, -- Highlight the affected text + virtual_text = true, -- Display diagnostics as inline text + -- Other options can be added here, like: + signs = false, -- Show icons in the gutter + underline = true, -- Highlight the affected text }) vim.cmd 'colorscheme atom-dark-256'