Merge remote-tracking branch 'refs/remotes/origin/master'
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m14s
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m14s
This commit is contained in:
commit
550a5ca017
@ -333,7 +333,6 @@ in
|
||||
# PATH=$PATH:${lib.makeBinPath [ pkgs.wego ]}
|
||||
echo "`date`"
|
||||
echo "that's the date"
|
||||
# mkdir -p ${config.xdg.cacheHome}/weather/
|
||||
${pkgs.wego}/bin/wego --help
|
||||
${pkgs.wego}/bin/wego -f json > ${config.xdg.cacheHome}/weather/weather-cache.json
|
||||
${pkgs.jq}/bin/jq -r '. | {location: .Location, current_tempc: .Current.TempC, current_tempf: ((1.8 * .Current.TempC + 32) |round), desc: .Current.Desc} | "\(.location): \(.current_tempf) F \(.desc)"' ~/.cache/weather/weather-cache.json > ${config.xdg.cacheHome}/weather/short-weather.txt
|
||||
|
@ -83,6 +83,10 @@
|
||||
vim.keymap.set('n', "[d", vim.diagnostic.goto_prev, { noremap = true, desc = "Previous diagnostic" })
|
||||
vim.keymap.set('n', "<leader>d", vim.diagnostic.open_float, { noremap = true, desc = "Open diagnostic" })
|
||||
vim.g.vim_markdown_folding_level = 2
|
||||
vim.g.vim_markdown_math = 1
|
||||
vim.g.vim_markdown_frontmatter = 1
|
||||
vim.g.vim_markdown_strikethrough = 1
|
||||
vim.g.vim_markdown_edit_url_in = 'vsplit'
|
||||
${builtins.readFile ./wiki-vim.lua}
|
||||
|
||||
vim.g.vimtex_fold_enabled = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user