chore: remove folke/which-key.nvim

main
sudo pacman -Syu 2023-05-05 15:10:22 +07:00
parent 3c71ade171
commit 008f49d51e
1 changed files with 0 additions and 11 deletions

View File

@ -59,9 +59,6 @@ vim.opt.rtp:append({ "~/.fzf" })
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- Use plugin which-key.nvim
vim.o.timeoutlen = 250
-- Use plugin neoformat
vim.g.neoformat_enabled_go = { "gofumpt" }
vim.g.shfmt_opt = "-ci"
@ -220,14 +217,6 @@ require("packer").startup(function()
-- https://github.com/tpope/vim-fugitive
use("tpope/vim-fugitive")
-- https://github.com/folke/which-key.nvim
use({
"folke/which-key.nvim",
config = function()
require("which-key").setup()
end,
})
-- Colorschemes
-- https://github.com/cocopon/iceberg.vim
use("cocopon/iceberg.vim")