Add which-key.nvim plugin

This commit is contained in:
2022-10-07 12:21:28 -05:00
parent 40e12613f3
commit 1d0c8f99c0
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(module dotfiles.plugin.whichkey
{autoload {which-key which-key}})
(which-key.setup {})

View File

@@ -35,6 +35,7 @@
:clojure-vim/vim-jack-in {} ; Conjure support - jack-in with nrepl dependencies
:dhruvasagar/vim-table-mode {} ; table creation and formatting
:folke/lsp-colors.nvim {}
:folke/which-key.nvim {:mod :whichkey}
:hashivim/vim-terraform {} ; Terraform
:hrsh7th/nvim-cmp {:requires [:hrsh7th/cmp-buffer
:hrsh7th/cmp-emoji