Update diagnostic config to be less obnoxious
This commit is contained in:
4
init.lua
4
init.lua
@@ -5,7 +5,7 @@ vim.keymap.set('n', '<leader>f', '<cmd>Oil --float . <cr>', { desc = "Find files
|
|||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
virtual_text = true, -- Display diagnostics as inline text
|
virtual_text = true, -- Display diagnostics as inline text
|
||||||
-- Other options can be added here, like:
|
-- Other options can be added here, like:
|
||||||
-- signs = true, -- Show icons in the gutter
|
signs = false, -- Show icons in the gutter
|
||||||
-- underline = true, -- Highlight the affected text
|
underline = true, -- Highlight the affected text
|
||||||
})
|
})
|
||||||
vim.cmd 'colorscheme atom-dark-256'
|
vim.cmd 'colorscheme atom-dark-256'
|
||||||
|
|||||||
Reference in New Issue
Block a user