diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-25 00:11:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-25 00:11:28 -0400 |
commit | 10f02ed277009be0d6f8ba9ccd224491c0d10950 (patch) | |
tree | 8b3579c53dd0d3386bc9893523a7dd10a1de7479 /home/neovim/default.nix | |
parent | fix neovim lsps, add lua_ls (diff) | |
download | dotfiles-nix-10f02ed277009be0d6f8ba9ccd224491c0d10950.tar.gz dotfiles-nix-10f02ed277009be0d6f8ba9ccd224491c0d10950.tar.bz2 dotfiles-nix-10f02ed277009be0d6f8ba9ccd224491c0d10950.zip |
add nvim plugins for md table and hex color codes
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |