feat: remove unused which-key nvim plug
This commit is contained in:
parent
3df850e4fe
commit
120dc79938
@ -54,7 +54,6 @@ require"pack-indent-blankline"
|
||||
require"pack-lspconfig"
|
||||
require"pack-telescope"
|
||||
require"pack-treesitter"
|
||||
require"pack-which-key"
|
||||
|
||||
-----------------------
|
||||
----- keybindings -----
|
||||
|
@ -1,2 +0,0 @@
|
||||
vim.cmd("packadd which-key")
|
||||
require'which-key'.setup {}
|
@ -1 +0,0 @@
|
||||
Subproject commit e440f8a1cf157903485015b120df6d777d215ea3
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -28,9 +28,6 @@
|
||||
[submodule ".config/nvim/pack/plugins/opt/treesitter"]
|
||||
path = .config/nvim/pack/plugins/opt/treesitter
|
||||
url = https://github.com/nvim-treesitter/nvim-treesitter.git
|
||||
[submodule ".config/nvim/pack/plugins/opt/which-key"]
|
||||
path = .config/nvim/pack/plugins/opt/which-key
|
||||
url = https://github.com/folke/which-key.nvim.git
|
||||
[submodule ".config/zsh/ohmyzsh"]
|
||||
path = .config/zsh/ohmyzsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
|
Loading…
Reference in New Issue
Block a user