diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-08 16:52:49 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-08 16:52:49 -0400 |
| commit | 405c50fe980449290fa11c0c3b813954eacf4c4f (patch) | |
| tree | 8ceaa6b56c4155d3c3ce9853eadf534e35468d8f /pkgs/custom-neovim/default.nix | |
| parent | a544c622d31187f245b34b9b8b17cbb63a941480 (diff) | |
working on custom nvim
Former-commit-id: 7d898c7680f9611b803438b88026d3d126672437
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index e8bf783..d210cdf 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -16,10 +16,10 @@ inputs.mnw.lib.wrap pkgs { actions-preview-nvim # Adds a selector for LSP actions. nvim-treesitter.withAllGrammars # All treesitter grammars. tabby-nvim # Tab bar. - # friendly-snippets # Extra snippets. lualine-nvim # Status line. telescope-nvim # Picker. plenary-nvim # General Library. + alpha-nvim # Dashboard. # Colorschemes oxocarbon-nvim # IBM Carbon themes. |
