mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Add which-key.nvim plugin
This commit is contained in:
5
nvim/.config/nvim/fnl/dotfiles/plugin/whichkey.fnl
Normal file
5
nvim/.config/nvim/fnl/dotfiles/plugin/whichkey.fnl
Normal file
@@ -0,0 +1,5 @@
|
||||
(module dotfiles.plugin.whichkey
|
||||
{autoload {which-key which-key}})
|
||||
|
||||
(which-key.setup {})
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user