avoid loading cached highlights in plugin opts file
This commit is contained in:
parent
7b3aefee53
commit
a2690a4b72
7 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,3 @@
|
|||
dofile(vim.g.base46_cache .. "mason")
|
||||
|
||||
local options = {
|
||||
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
dofile(vim.g.base46_cache .. "nvimtree")
|
||||
|
||||
local options = {
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
dofile(vim.g.base46_cache .. "telescope")
|
||||
|
||||
local options = {
|
||||
defaults = {
|
||||
vimgrep_arguments = {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
dofile(vim.g.base46_cache .. "syntax")
|
||||
|
||||
local options = {
|
||||
ensure_installed = { "lua" },
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
dofile(vim.g.base46_cache .. "whichkey")
|
||||
|
||||
local options = {
|
||||
|
||||
icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue