nvim-web-devicons reinstated

This commit is contained in:
gregorywaynepower 2023-09-18 17:26:01 -04:00
parent 1e9ffbf0a1
commit 5387d154fc
No known key found for this signature in database
GPG Key ID: 35ACB2675CC978EB

View File

@ -233,20 +233,6 @@ require('lazy').setup({
-- or leave it empty to use the default settings -- or leave it empty to use the default settings
-- refer to the configuration section below -- refer to the configuration section below
-- settings without a patched font or icons -- 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` -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`