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"
|
"TermOpen"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# command = {
|
|
||||||
# __raw = ''
|
|
||||||
# require('typst-preview').update()
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
# event = [
|
|
||||||
# "BufEnter"
|
|
||||||
# "BufWinEnter"
|
|
||||||
# ];
|
|
||||||
# pattern = [
|
|
||||||
# "*.typ"
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
standalonePlugins = [
|
standalonePlugins = [
|
||||||
"nvim-treesitter"
|
"nvim-treesitter"
|
||||||
"vimplugin-treesitter-grammar-nix"
|
"vimplugin-treesitter-grammar-nix"
|
||||||
"vimplugin-typst-preview.nvim"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
byteCompileLua = {
|
byteCompileLua = {
|
||||||
|
|
|
@ -9,6 +9,5 @@
|
||||||
./misc.nix
|
./misc.nix
|
||||||
./navigation.nix
|
./navigation.nix
|
||||||
./treesitter.nix
|
./treesitter.nix
|
||||||
./typst.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
taplo
|
taplo
|
||||||
|
|
||||||
typstyle
|
|
||||||
# Misc
|
# Misc
|
||||||
# codespell
|
# codespell
|
||||||
];
|
];
|
||||||
|
@ -93,7 +92,6 @@
|
||||||
html = [ "prettier" ];
|
html = [ "prettier" ];
|
||||||
javascript = [ "prettier" ];
|
javascript = [ "prettier" ];
|
||||||
typescript = [ "prettier" ];
|
typescript = [ "prettier" ];
|
||||||
typst = [ "typstyle" ];
|
|
||||||
# "*" = ["codespell"];
|
# "*" = ["codespell"];
|
||||||
"_" = [ "trim_whitespace" ];
|
"_" = [ "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",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
"render-markdown": "render-markdown",
|
"render-markdown": "render-markdown",
|
||||||
"satellite": "satellite",
|
"satellite": "satellite"
|
||||||
"typst-preview": "typst-preview"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"satellite": {
|
"satellite": {
|
||||||
|
@ -392,22 +391,6 @@
|
||||||
"repo": "treefmt-nix",
|
"repo": "treefmt-nix",
|
||||||
"type": "github"
|
"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",
|
"root": "root",
|
||||||
|
|
|
@ -30,10 +30,6 @@
|
||||||
url = "github:Eandrju/cellular-automaton.nvim";
|
url = "github:Eandrju/cellular-automaton.nvim";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
typst-preview = {
|
|
||||||
url = "github:chomosuke/typst-preview.nvim";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
Loading…
Reference in a new issue