From d8ba9d94018a059a2c8d212ef6544d19edc32631 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 8 Mar 2025 03:40:17 +0300 Subject: [PATCH] add comments and navic --- plugins/default.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/plugins/default.nix b/plugins/default.nix index e8784a5..1b119f2 100644 --- a/plugins/default.nix +++ b/plugins/default.nix @@ -27,11 +27,22 @@ # Extensible UI for Neovim notifications and LSP progress messages. fidget.enable = true; + + # A navigation plugin that uses lsp symbols to provide a breadcrumb trail + navic.enable = true; # TODO: not seeing the output rn + # fast create folders and files oil.enable = true; - #telescope + # a file explorer telescope.enable = true; + + # vim exercises + vim-be-good.enable = true; + web-devicons.enable = true; # be concious of this choice + + # TODO: add floating command inputter + }; }