594 current 2024-05-14 17:24:43 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
454af722b5
commit
7529f44cf1
2 changed files with 18 additions and 17 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
-- return {
|
return {
|
||||||
-- {
|
{
|
||||||
-- "vhyrro/luarocks.nvim",
|
"vhyrro/luarocks.nvim",
|
||||||
-- priority = 1000,
|
priority = 1000,
|
||||||
-- config = true,
|
config = true,
|
||||||
-- opts = {
|
opts = {
|
||||||
-- rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- {
|
{
|
||||||
-- "rest-nvim/rest.nvim",
|
"rest-nvim/rest.nvim",
|
||||||
-- ft = "http",
|
ft = "http",
|
||||||
-- config = function()
|
config = function()
|
||||||
-- require("rest-nvim").setup()
|
require("rest-nvim").setup()
|
||||||
-- end,
|
end,
|
||||||
-- },
|
},
|
||||||
-- }
|
}
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ in {
|
||||||
STATE_FILE=$STATE_DIR/lazy-lock-checksum
|
STATE_FILE=$STATE_DIR/lazy-lock-checksum
|
||||||
LOCK_FILE=~/.config/nvim/lazy-lock.json
|
LOCK_FILE=~/.config/nvim/lazy-lock.json
|
||||||
HASH=$(nix-hash --flat $LOCK_FILE)
|
HASH=$(nix-hash --flat $LOCK_FILE)
|
||||||
|
CURL_DIR=${pkgs.curl}
|
||||||
|
|
||||||
[ ! -d $STATE_DIR ] && mkdir -p $STATE_DIR
|
[ ! -d $STATE_DIR ] && mkdir -p $STATE_DIR
|
||||||
[ ! -f $STATE_FILE ] && touch $STATE_FILE
|
[ ! -f $STATE_FILE ] && touch $STATE_FILE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue