From 10ba0e7a5ac94ab6676a82f1ae2e1abed7746957 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 19 Feb 2023 07:22:16 +0530 Subject: [PATCH] misc --- lua/core/bootstrap.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/core/bootstrap.lua b/lua/core/bootstrap.lua index 26e0eb7..bca43c3 100644 --- a/lua/core/bootstrap.lua +++ b/lua/core/bootstrap.lua @@ -19,8 +19,7 @@ M.lazy = function(install_path) vim.fn.mkdir(vim.g.base46_cache, "p") require("base46").load_all_highlights() - - vim.cmd "silent! lua require('lazy').load { plugins = 'nvim-treesitter' }" + require("lazy").load { plugins = "nvim-treesitter" } -- install binaries from mason.nvim & tsparsers on LazySync vim.schedule(function()