Skip to content

Commit

Permalink
feat: add new dependencies for norgopolis
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent 583a82e commit 0e88310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
with:
version: ${{ env.LUAROCKS_VERSION }}
test_interpreters: null
dependencies: |
nvim-nio
norgopolis-client.lua
norgopolis-server.lua
11 changes: 7 additions & 4 deletions neorg-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ version = MODREV .. SPECREV

description = {
summary = "Modernity meets insane extensibility. The future of organizing your life in Neovim.",
labels = { "neovim"},
labels = { "neovim" },
homepage = "https://github.com/nvim-neorg/neorg",
license = "GPL-3.0",
}

dependencies = {
"lua >= 5.1, < 5.4",
"nvim-nio",
"norgopolis-client.lua",
"norgopolis-server.lua",
}

source = {
Expand All @@ -27,8 +30,8 @@ end
build = {
type = "builtin",
copy_directories = {
'after',
'plugin'
"queries",
"ftdetect",
"doc",
}
}

0 comments on commit 0e88310

Please sign in to comment.