From 931428f5d8602137cf65e4bb2fd9c13e91e464fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Thu, 25 Feb 2021 14:35:16 -0300 Subject: fix telescope pcall. --- lua/gruvbox/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gruvbox/init.lua b/lua/gruvbox/init.lua index 84bc49d..300e182 100644 --- a/lua/gruvbox/init.lua +++ b/lua/gruvbox/init.lua @@ -843,7 +843,7 @@ if vim.g.loaded_nvim_treesitter == true then end -- telescope.nvim -local telescope_exists = pcall(require("telescope.builtin")) +local telescope_exists = pcall(require, "telescope.builtin") if telescope_exists then groups = vim.tbl_extend("force", groups, lush( function() -- cgit v1.2.3