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 | |
| parent | d3f7abc4c835e7d9db82b22116da359a8523630a (diff) | |
working on custom nvim
Former-commit-id: b28cf748561ffb9e66ce669dde53530ff394e4af
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/init.lua | 1 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/which-key.lua | 1 | ||||
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/init.lua b/pkgs/custom-neovim/config/init.lua index 2aee2a2..5079d51 100644 --- a/pkgs/custom-neovim/config/init.lua +++ b/pkgs/custom-neovim/config/init.lua @@ -15,6 +15,7 @@ require("plugins.lualine") require("plugins.tabby") require("plugins.telescope") require("plugins.alpha") +require("plugins.which-key") -- LSP Plugins: require("plugins.lspconfig") 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() diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 820aba1..a6dfcb6 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -32,6 +32,7 @@ in plenary-nvim-git alpha-nvim # Dashboard. persisted-nvim # Session manager. + which-key-nvim # Colorschemes oxocarbon-nvim # IBM Carbon themes. |
