nvim-web-devicons reinstated

pull/476/head
gregorywaynepower 2 years ago
parent 1e9ffbf0a1
commit 5387d154fc
No known key found for this signature in database
GPG Key ID: 35ACB2675CC978EB

@ -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`

Loading…
Cancel
Save