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;