Skip to content

Commit

Permalink
Fix stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Oct 7, 2023
1 parent 85fc08c commit 0676fdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/lua/rhydian/packer.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
if vim.loader then vim.loader.enable() end
if vim.loader then
vim.loader.enable()
end

local ensure_packer = function()
local fn = vim.fn
Expand Down

0 comments on commit 0676fdc

Please sign in to comment.