typst and git alias
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
cl = clone
|
cl = clone
|
||||||
ci = commit
|
ci = commit
|
||||||
|
ca = !git add -A && git commit
|
||||||
st = status -sb
|
st = status -sb
|
||||||
br = branch
|
br = branch
|
||||||
pr = pull --rebase
|
pr = pull --rebase
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ let
|
|||||||
./trouble.nix
|
./trouble.nix
|
||||||
./which_key.nix
|
./which_key.nix
|
||||||
./wilder.nix
|
./wilder.nix
|
||||||
|
./typst-preview.nix
|
||||||
]);
|
]);
|
||||||
merged =
|
merged =
|
||||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.csharp-ls;
|
package = pkgs.csharp-ls;
|
||||||
};
|
};
|
||||||
#typst-lsp.enable = true;
|
tinymist.enable = true; # typst
|
||||||
};
|
};
|
||||||
keymaps.lspBuf = {
|
keymaps.lspBuf = {
|
||||||
gd = {
|
gd = {
|
||||||
|
|||||||
5
home-manager/nixvim/typst-preview.nix
Normal file
5
home-manager/nixvim/typst-preview.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
plugins.typst-preview = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -10,7 +10,7 @@ buildNpmPackage rec {
|
|||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
|
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
rev = "69b8fbaea6577494d38399ea9d18b1ba2e90c686";
|
rev = "35397388369a741411bd7b511794d953249da428";
|
||||||
};
|
};
|
||||||
|
|
||||||
forceGitDeps = true;
|
forceGitDeps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user