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'