From 5387d154fc0076b5cf198ec44de2e8971eded7c9 Mon Sep 17 00:00:00 2001 From: gregorywaynepower <31050507+gregorywaynepower@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:26:01 -0400 Subject: [PATCH] nvim-web-devicons reinstated --- init.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/init.lua b/init.lua index 9083887b..a5ee1128 100644 --- a/init.lua +++ b/init.lua @@ -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`