diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-15 14:47:28 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-15 14:47:28 -0400 |
| commit | 4675a023e85fb0c188cbf1916decff43ab95a692 (patch) | |
| tree | 99aa8660983fea68d4f3c39571bb2d9d7b003411 /pkgs/custom-neovim/default.nix | |
| parent | e44a859b819c000ed43f03bcdf93ba9dd0e34640 (diff) | |
working on custom neovim
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 |
