Skip to content

Commit

Permalink
Update docs version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
savq committed Oct 20, 2023
1 parent 4fd3c97 commit 07eb567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/paq-nvim.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*paq-nvim.txt* Package manager for Neovim >= v0.5.
*paq-nvim* Last change: 2023-02-08
*paq-nvim.txt* Package manager for Neovim >= v0.7.
*paq-nvim* Last change: 2023-10-20
*paq*

Author: Sergio Alejandro Vargas <savargasqu+git@unal.edu.co>
Expand Down
5 changes: 2 additions & 3 deletions test/test.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
local TESTPATH = vim.fn.stdpath("data") .. "/site/pack/test/"
local uv = vim.loop
local vim = require("paq.compat")

package.loaded.paq = nil
local paq = require("paq"):setup({ path = TESTPATH })
Expand All @@ -12,9 +11,9 @@ local PACKAGES = {

{ as = "wiki", url = "https://github.com/lervag/wiki.vim" }, -- test url + as

{ "junegunn/fzf", run = vim.fn["fzf#install"] }, -- test run function
{ "junegunn/fzf", build = vim.fn["fzf#install"] }, -- test build function

{ "autozimu/LanguageClient-neovim", branch = "next", run = "bash install.sh" }, -- branch + run command
{ "autozimu/LanguageClient-neovim", branch = "next", build = "bash install.sh" }, -- branch + build command
}

local function test_branch(paq, dir, branch)
Expand Down

0 comments on commit 07eb567

Please sign in to comment.