Skip to content

Commit

Permalink
style: auto-format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Jul 19, 2024
1 parent 2ad68e3 commit a47be59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kickstart-python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.uv.fs_stat(lazypath) then
local lazyrepo = "https://github.com/folke/lazy.nvim.git"
local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
if vim.v.shell_error ~= 0 then
error("Error cloning lazy.nvim:\n" .. out)
end
if vim.v.shell_error ~= 0 then error("Error cloning lazy.nvim:\n" .. out) end
end
vim.opt.runtimepath:prepend(lazypath)

Expand Down

0 comments on commit a47be59

Please sign in to comment.