fix: Tabbing in paq.lua
This commit is contained in:
parent
503635ea27
commit
032a6cd807
1 changed files with 45 additions and 45 deletions
6
paq.lua
6
paq.lua
|
@ -6,9 +6,9 @@ local function clone_paq()
|
|||
vim.fn.system { "git", "clone", "--depth=1", "https://github.com/savq/paq-nvim.git", path }
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local function bootstrap_paq(packages)
|
||||
local function bootstrap_paq(packages)
|
||||
local first_install = clone_paq()
|
||||
vim.cmd.packadd("paq-nvim")
|
||||
local paq = require("paq")
|
||||
|
@ -17,7 +17,7 @@ local function clone_paq()
|
|||
paq.install()
|
||||
end
|
||||
paq(packages)
|
||||
end
|
||||
end
|
||||
|
||||
-- Automatically install new packages at startup
|
||||
vim.api.nvim_create_autocmd("VimEnter", {
|
||||
|
|
Loading…
Reference in a new issue