Compare commits

..

No commits in common. "dce298154a95656119dd1b2f4fbc8369e85d3649" and "88462d0794a6de06abd717ef5abe3025f7bfd8cd" have entirely different histories.

7 changed files with 1 additions and 50 deletions

View file

@ -6,19 +6,5 @@
"TermOpen"
];
}
# {
# command = {
# __raw = ''
# require('typst-preview').update()
# '';
# };
# event = [
# "BufEnter"
# "BufWinEnter"
# ];
# pattern = [
# "*.typ"
# ];
# }
];
}

View file

@ -17,7 +17,6 @@
standalonePlugins = [
"nvim-treesitter"
"vimplugin-treesitter-grammar-nix"
"vimplugin-typst-preview.nvim"
];
};
byteCompileLua = {

View file

@ -9,6 +9,5 @@
./misc.nix
./navigation.nix
./treesitter.nix
./typst.nix
];
}

View file

@ -22,7 +22,6 @@
taplo
typstyle
# Misc
# codespell
];
@ -93,7 +92,6 @@
html = [ "prettier" ];
javascript = [ "prettier" ];
typescript = [ "prettier" ];
typst = [ "typstyle" ];
# "*" = ["codespell"];
"_" = [ "trim_whitespace" ];
};

View file

@ -1,10 +0,0 @@
{ inputs, pkgs, ... }:
{
plugins.typst-vim.enable = true;
extraPlugins = [
(pkgs.vimUtils.buildVimPlugin {
name = "typst-preview.nvim";
src = inputs.typst-preview;
})
];
}

View file

@ -337,8 +337,7 @@
"nixpkgs": "nixpkgs",
"nixvim": "nixvim",
"render-markdown": "render-markdown",
"satellite": "satellite",
"typst-preview": "typst-preview"
"satellite": "satellite"
}
},
"satellite": {
@ -392,22 +391,6 @@
"repo": "treefmt-nix",
"type": "github"
}
},
"typst-preview": {
"flake": false,
"locked": {
"lastModified": 1724595641,
"narHash": "sha256-kJ6IfLSBmJMgEFuCy6fGtqSRBXjt2Aoxu2NW9iyzRLU=",
"owner": "chomosuke",
"repo": "typst-preview.nvim",
"rev": "7ae2b82cf334819494505b772745beb28705b12b",
"type": "github"
},
"original": {
"owner": "chomosuke",
"repo": "typst-preview.nvim",
"type": "github"
}
}
},
"root": "root",

View file

@ -30,10 +30,6 @@
url = "github:Eandrju/cellular-automaton.nvim";
flake = false;
};
typst-preview = {
url = "github:chomosuke/typst-preview.nvim";
flake = false;
};
};
outputs =