mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-25 03:03:49 -08:00
Compare commits
No commits in common. "dce298154a95656119dd1b2f4fbc8369e85d3649" and "88462d0794a6de06abd717ef5abe3025f7bfd8cd" have entirely different histories.
dce298154a
...
88462d0794
7 changed files with 1 additions and 50 deletions
|
@ -6,19 +6,5 @@
|
|||
"TermOpen"
|
||||
];
|
||||
}
|
||||
# {
|
||||
# command = {
|
||||
# __raw = ''
|
||||
# require('typst-preview').update()
|
||||
# '';
|
||||
# };
|
||||
# event = [
|
||||
# "BufEnter"
|
||||
# "BufWinEnter"
|
||||
# ];
|
||||
# pattern = [
|
||||
# "*.typ"
|
||||
# ];
|
||||
# }
|
||||
];
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
standalonePlugins = [
|
||||
"nvim-treesitter"
|
||||
"vimplugin-treesitter-grammar-nix"
|
||||
"vimplugin-typst-preview.nvim"
|
||||
];
|
||||
};
|
||||
byteCompileLua = {
|
||||
|
|
|
@ -9,6 +9,5 @@
|
|||
./misc.nix
|
||||
./navigation.nix
|
||||
./treesitter.nix
|
||||
./typst.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
taplo
|
||||
|
||||
typstyle
|
||||
# Misc
|
||||
# codespell
|
||||
];
|
||||
|
@ -93,7 +92,6 @@
|
|||
html = [ "prettier" ];
|
||||
javascript = [ "prettier" ];
|
||||
typescript = [ "prettier" ];
|
||||
typst = [ "typstyle" ];
|
||||
# "*" = ["codespell"];
|
||||
"_" = [ "trim_whitespace" ];
|
||||
};
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
plugins.typst-vim.enable = true;
|
||||
extraPlugins = [
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "typst-preview.nvim";
|
||||
src = inputs.typst-preview;
|
||||
})
|
||||
];
|
||||
}
|
19
flake.lock
19
flake.lock
|
@ -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",
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
url = "github:Eandrju/cellular-automaton.nvim";
|
||||
flake = false;
|
||||
};
|
||||
typst-preview = {
|
||||
url = "github:chomosuke/typst-preview.nvim";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Reference in a new issue