aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/kickstart/plugins/telescope.lua')
-rw-r--r--lua/kickstart/plugins/telescope.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/lua/kickstart/plugins/telescope.lua b/lua/kickstart/plugins/telescope.lua
index f73e12d..a88b52b 100644
--- a/lua/kickstart/plugins/telescope.lua
+++ b/lua/kickstart/plugins/telescope.lua
@@ -27,10 +27,8 @@ return {
},
{ 'nvim-telescope/telescope-ui-select.nvim' },
- -- Useful for getting pretty icons, but requires special font.
- -- If you already have a Nerd Font, or terminal set up with fallback fonts
- -- you can enable this
- -- { 'nvim-tree/nvim-web-devicons' }
+ -- Useful for getting pretty icons, but requires a Nerd Font.
+ { 'nvim-tree/nvim-web-devicons', enabled = vim.g.have_nerd_font },
},
config = function()
-- Telescope is a fuzzy finder that comes with a lot of different things that