From be6c16189410b280dd9f94cc2821ffcbd721dbc2 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 7 Jul 2025 11:43:06 -0400 Subject: working on neovim Former-commit-id: 025d1930a0ae07909efe826cc902424ff57d5ce9 --- pkgs/custom-neovim/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs/custom-neovim/default.nix') 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. -- cgit v1.2.3