diff options
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 20c32e1..860e476 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -35,12 +35,10 @@ in nvim-treesitter.withAllGrammars # All treesitter grammars. tabby-nvim # Tab bar. lualine-nvim # Status line. - telescope-nvim # Picker. # plenary-nvim # General Library. - plenary-nvim-git + # plenary-nvim-git alpha-nvim # Dashboard. persisted-nvim # Session manager. - # which-key-nvim which-key-nvim-git snacks-nvim @@ -65,6 +63,7 @@ in # LSP Servers lua-language-server # Lua LS nixd # Nix LS + nil marksman # Markdown LS # Formatters |
