diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-11 10:07:40 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-11 10:07:40 -0400 |
| commit | 0c3ab10a8f5587ef64476fc4cf425531df73e3d4 (patch) | |
| tree | 0b643f06571493aaadfac742cf0bb7648048b077 /pkgs/custom-neovim/config/lua/plugins/which-key.lua | |
| parent | d3f7abc4c835e7d9db82b22116da359a8523630a (diff) | |
working on custom nvim
Former-commit-id: b28cf748561ffb9e66ce669dde53530ff394e4af
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/which-key.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/which-key.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/which-key.lua b/pkgs/custom-neovim/config/lua/plugins/which-key.lua new file mode 100644 index 0000000..d654699 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/which-key.lua @@ -0,0 +1 @@ +require("which-key").setup() |
