summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-08-11 13:37:42 +0200
committerkkard2 <[email protected]>2023-08-11 13:37:42 +0200
commit73675cd16c76e46bbca307ef34603c500371b3b4 (patch)
tree1facdc713da53c1e6d2fe6d74a9117f98fea3e4a
parent83831281ba3d3bc993e348ddb5c0a0a488608978 (diff)
pls don't break
-rwxr-xr-x[-rw-r--r--]espanso/update_from_assets.py2
-rw-r--r--nvim/lazy-lock.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/espanso/update_from_assets.py b/espanso/update_from_assets.py
index e2b76d5..c1afcce 100644..100755
--- a/espanso/update_from_assets.py
+++ b/espanso/update_from_assets.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
import os
diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json
index 09538a3..b916c8f 100644
--- a/nvim/lazy-lock.json
+++ b/nvim/lazy-lock.json
@@ -3,7 +3,7 @@
"catppuccin": { "branch": "main", "commit": "057c34f849cf21059487d849e2f3b3efcd4ee0eb" },
"cmp-nvim-lsp": { "branch": "main", "commit": "44b16d11215dce86f253ce0c30949813c0a90765" },
"copilot.vim": { "branch": "release", "commit": "a4a6d6b3f9e284e7f5c849619e06cd228cad8abd" },
- "lazy.nvim": { "branch": "main", "commit": "3ad55ae678876516156cca2f361c51f7952a924b" },
+ "lazy.nvim": { "branch": "main", "commit": "dac844ed617dda4f9ec85eb88e9629ad2add5e05" },
"lsp-zero.nvim": { "branch": "v2.x", "commit": "73bc33fe9ad5a1d4501536fdd4755b3aa18c3392" },
"lualine.nvim": { "branch": "master", "commit": "05d78e9fd0cdfb4545974a5aa14b1be95a86e9c9" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "e86a4c84ff35240639643ffed56ee1c4d55f538e" },