mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 10:54:45 +02:00
Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e655
.
This commit is contained in:
parent
f15428e655
commit
86472017e5
4 changed files with 11 additions and 34 deletions
|
@ -64,14 +64,9 @@ return require("packer").startup(
|
|||
|
||||
-- use {'lukas-reineke/indent-blankline.nvim', opt=true, branch = 'lua'}
|
||||
use {"lewis6991/gitsigns.nvim", opt = true}
|
||||
use {"folke/which-key.nvim", opt = true,
|
||||
config = function() require('lv-which-key') end,
|
||||
cond = function() return O.whichkey.enable end,}
|
||||
|
||||
use {"ChristianChiarulli/dashboard-nvim",
|
||||
opt = true,
|
||||
config = function() require'lv-dashboard' end,
|
||||
cond = function() return O.dashboard.enable end}
|
||||
-- use {"liuchengxu/vim-which-key", opt = true}
|
||||
use {"folke/which-key.nvim", opt = true}
|
||||
use {"ChristianChiarulli/dashboard-nvim", opt = true}
|
||||
use {"windwp/nvim-autopairs", opt = true}
|
||||
use {"terrortylor/nvim-comment", opt = true}
|
||||
use {"kevinhwang91/nvim-bqf", opt = true}
|
||||
|
@ -100,7 +95,8 @@ return require("packer").startup(
|
|||
require_plugin("nvim-ts-autotag")
|
||||
require_plugin("nvim-tree.lua")
|
||||
require_plugin("gitsigns.nvim")
|
||||
-- require_plugin("which-key.nvim")
|
||||
require_plugin("which-key.nvim")
|
||||
require_plugin("dashboard-nvim")
|
||||
require_plugin("nvim-autopairs")
|
||||
require_plugin("nvim-comment")
|
||||
require_plugin("nvim-bqf")
|
||||
|
@ -110,4 +106,3 @@ return require("packer").startup(
|
|||
require_plugin("barbar.nvim")
|
||||
end
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue