some changes?
This commit is contained in:
parent
42c87c5adf
commit
3466af8e96
2 changed files with 2 additions and 10 deletions
|
@ -2,7 +2,7 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"sontungexpt/witch",
|
"sontungexpt/witch",
|
||||||
priority = 1000,
|
-- priority = 1000,
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
require("witch").setup(opts)
|
require("witch").setup(opts)
|
||||||
|
@ -17,7 +17,7 @@ return {
|
||||||
{
|
{
|
||||||
"ribru17/bamboo.nvim",
|
"ribru17/bamboo.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
-- priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||||
config = function()
|
config = function()
|
||||||
require("bamboo").setup({
|
require("bamboo").setup({
|
||||||
-- ────────────────────────────< optional configuration here >─────────────────────────
|
-- ────────────────────────────< optional configuration here >─────────────────────────
|
||||||
|
|
|
@ -2,12 +2,4 @@ return {
|
||||||
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
|
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
|
||||||
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
|
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
|
||||||
"dstein64/nvim-scrollview",
|
"dstein64/nvim-scrollview",
|
||||||
{
|
|
||||||
"sontungexpt/witch",
|
|
||||||
priority = 1000,
|
|
||||||
lazy = false,
|
|
||||||
config = function(_, opts)
|
|
||||||
require("witch").setup(opts)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue