avoid loading cached highlights in plugin opts file

This commit is contained in:
siduck 2023-02-18 14:26:40 +05:30
parent 7b3aefee53
commit a2690a4b72
7 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,3 @@
dofile(vim.g.base46_cache .. "mason")
local options = {
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim

View file

@ -1,5 +1,3 @@
dofile(vim.g.base46_cache .. "nvimtree")
local options = {
filters = {
dotfiles = false,

View file

@ -1,5 +1,3 @@
dofile(vim.g.base46_cache .. "telescope")
local options = {
defaults = {
vimgrep_arguments = {

View file

@ -1,5 +1,3 @@
dofile(vim.g.base46_cache .. "syntax")
local options = {
ensure_installed = { "lua" },

View file

@ -1,5 +1,3 @@
dofile(vim.g.base46_cache .. "whichkey")
local options = {
icons = {