mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Compare commits
5 commits
8137ac9b28
...
72940fb548
| Author | SHA1 | Date | |
|---|---|---|---|
| 72940fb548 | |||
| ea77b4c65c | |||
| e6d84d3fb5 | |||
| 44f8eb5d16 | |||
| d2e9236b30 |
5 changed files with 7 additions and 6 deletions
1
.config/nvim/ftplugin/ruler.lua
Normal file
1
.config/nvim/ftplugin/ruler.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
vim.bo.commentstring = "-- %s"
|
||||||
|
|
@ -8,7 +8,7 @@ endif
|
||||||
|
|
||||||
syn match rulerLineComment "--.*$"
|
syn match rulerLineComment "--.*$"
|
||||||
syn match rulerTripleDot "\.\.\."
|
syn match rulerTripleDot "\.\.\."
|
||||||
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\d\d"
|
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\(\d\d\|__\)"
|
||||||
syn match rulerTag "\s\+[a-zA-Z]\+:[^\n]*"
|
syn match rulerTag "\s\+[a-zA-Z]\+:[^\n]*"
|
||||||
|
|
||||||
syn region rulerBlockComment start="{-" end="-}"
|
syn region rulerBlockComment start="{-" end="-}"
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,9 @@
|
||||||
# preview markdown
|
# preview markdown
|
||||||
pkgs.python3Packages.grip
|
pkgs.python3Packages.grip
|
||||||
|
|
||||||
# For nix contribution
|
# For {nix,haskell} contribution
|
||||||
pkgs.gh
|
pkgs.gh
|
||||||
|
pkgs.act
|
||||||
pkgs.nixfmt-rfc-style
|
pkgs.nixfmt-rfc-style
|
||||||
pkgs.nix-doc
|
pkgs.nix-doc
|
||||||
pkgs.nixpkgs-review
|
pkgs.nixpkgs-review
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,7 @@
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
keep-outputs = true;
|
keep-outputs = false; # Build time derivations and sources
|
||||||
keep-derivations = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
registry.flakies = {
|
registry.flakies = {
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
domain = "git.confusedcompiler.org";
|
domain = "git.confusedcompiler.org";
|
||||||
owner = "leana8959";
|
owner = "leana8959";
|
||||||
repo = "ruler";
|
repo = "ruler";
|
||||||
rev = "a598cd3f68d12ed4787f4caf206499e188d44172";
|
rev = "03f7b0bb545a59ddc031c08879eaf7e08dea1bef";
|
||||||
hash = "sha256-PP+aMXqGjym9De50Vw8B131iAwRvoRZKk+/L9JHDoLM=";
|
hash = "sha256-ZNE2IR9f9zDS1t10bHqabXQiAq9aibfeQOo1pJtKUn0=";
|
||||||
})
|
})
|
||||||
{};
|
{};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue