From cb864f0f5ed3b37eeb7fe8fe4627379a89bc161d Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 12 Nov 2024 21:12:17 +0100 Subject: [PATCH] also add typst.vim extension --- programs/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/neovim.nix b/programs/neovim.nix index 02691be..e090760 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix @@ -7,10 +7,10 @@ plugins = with pkgs.vimPlugins; [ haskell-vim plenary-nvim - # typst ... TODO rust-vim dracula-vim lf-vim + typst-vim ]; coc.enable = true;