diff --git a/init.lua b/init.lua index 47a8316..46f3409 100644 --- a/init.lua +++ b/init.lua @@ -5,7 +5,7 @@ vim.keymap.set('n', 'f', 'Oil --float . ', { desc = "Find files vim.diagnostic.config({ virtual_text = true, -- Display diagnostics as inline text -- Other options can be added here, like: - -- signs = true, -- Show icons in the gutter - -- underline = true, -- Highlight the affected text + signs = false, -- Show icons in the gutter + underline = true, -- Highlight the affected text }) vim.cmd 'colorscheme atom-dark-256'