diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-07 11:43:06 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-07 11:43:06 -0400 |
| commit | be6c16189410b280dd9f94cc2821ffcbd721dbc2 (patch) | |
| tree | eabfba3f43b73d3db7503a02891db544bc2f77fd /pkgs/custom-neovim/default.nix | |
| parent | 546752feb6576be92fe421be1998217aa7d657ff (diff) | |
working on neovim
Former-commit-id: 025d1930a0ae07909efe826cc902424ff57d5ce9
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 06ad3b2..e8bf783 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -13,11 +13,13 @@ inputs.mnw.lib.wrap pkgs { # Core Plugins mini-nvim # Ton of small modules. nvim-lspconfig # Adds lsp presets. - # actions-preview-nvim # Adds a selector for LSP actions. + actions-preview-nvim # Adds a selector for LSP actions. nvim-treesitter.withAllGrammars # All treesitter grammars. - # tabby-nvim # Tab bar. + tabby-nvim # Tab bar. # friendly-snippets # Extra snippets. - lualine-nvim + lualine-nvim # Status line. + telescope-nvim # Picker. + plenary-nvim # General Library. # Colorschemes oxocarbon-nvim # IBM Carbon themes. |
