|
|
|
@ -233,20 +233,6 @@ require('lazy').setup({
|
|
|
|
|
-- or leave it empty to use the default settings
|
|
|
|
|
-- refer to the configuration section below
|
|
|
|
|
-- settings without a patched font or icons
|
|
|
|
|
{
|
|
|
|
|
icons = false,
|
|
|
|
|
fold_open = "v", -- icon used for open folds
|
|
|
|
|
fold_closed = ">", -- icon used for closed folds
|
|
|
|
|
indent_lines = false, -- add an indent guide below the fold icons
|
|
|
|
|
signs = {
|
|
|
|
|
-- icons / text used for a diagnostic
|
|
|
|
|
error = "error",
|
|
|
|
|
warning = "warn",
|
|
|
|
|
hint = "hint",
|
|
|
|
|
information = "info"
|
|
|
|
|
},
|
|
|
|
|
use_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
|
|
|
|