aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/config/lazy.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-06-05 09:54:03 +0200
committerThomas Schmucker <ts@its1.de>2026-06-05 09:54:03 +0200
commitd10379f2edf3626191a43227dd5fd90a62d9b978 (patch)
treef04345d25e9e08c08204692c235202ece16e9470 /nvim/lua/config/lazy.lua
parent011f3e8f670db9fa5e4edfb10db302ac9833eeb9 (diff)
downloaddotfiles-d10379f2edf3626191a43227dd5fd90a62d9b978.tar.gz
dotfiles-d10379f2edf3626191a43227dd5fd90a62d9b978.tar.bz2
dotfiles-d10379f2edf3626191a43227dd5fd90a62d9b978.zip
Neovim: Formatiere alles mit "stylua `find . -name '*.lua'`"
Diffstat (limited to 'nvim/lua/config/lazy.lua')
-rw-r--r--nvim/lua/config/lazy.lua2
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()