From 10f02ed277009be0d6f8ba9ccd224491c0d10950 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 25 Jun 2025 00:11:28 -0400 Subject: add nvim plugins for md table and hex color codes --- home/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/neovim/default.nix') diff --git a/home/neovim/default.nix b/home/neovim/default.nix index b5f34d6..cf29f4a 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -57,6 +57,8 @@ in { nvim-treesitter.withAllGrammars # Syntax hilighting vim-illuminate + vim-table-mode + nvim-highlight-colors # Todo comments todo-comments-nvim # Lsp server -- cgit v1.2.3-freya