diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
| commit | 3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2 (patch) | |
| tree | cbc6b6a56bed214b7efeb8e7eabb00acfde7ba22 /nvim/lua/config/lazy.lua | |
| parent | fb8eb91fb404e8f8c9bcd6b201e18522e3200ac5 (diff) | |
| parent | cf47304c9f96b921ad12faf762574702e7fe562a (diff) | |
| download | dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.gz dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.bz2 dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.zip | |
Merge branch 'master' of ssh://raspi2:/srv/git/dotfiles
Diffstat (limited to 'nvim/lua/config/lazy.lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index edf2fc7..2c0226c 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua | |||
| @@ -7,7 +7,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then | |||
| 7 | if vim.v.shell_error ~= 0 then | 7 | if vim.v.shell_error ~= 0 then |
| 8 | vim.api.nvim_echo({ | 8 | vim.api.nvim_echo({ |
| 9 | { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, | 9 | { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, |
| 10 | { out, "WarningMsg" }, | 10 | { out, "WarningMsg" }, |
| 11 | { "\nPress any key to exit..." }, | 11 | { "\nPress any key to exit..." }, |
| 12 | }, true, {}) | 12 | }, true, {}) |
| 13 | vim.fn.getchar() | 13 | vim.fn.getchar() |
