diff options
| -rw-r--r-- | .build.yml | 31 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | lua/pml68/plugins/lang-specific.lua | 2 |
3 files changed, 3 insertions, 36 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 1cb28f0..0000000 --- a/.build.yml +++ /dev/null @@ -1,31 +0,0 @@ -image: alpine/edge -shell: false -secrets: - - 0130dc19-7ca3-4091-89b7-446b5afe735b -packages: - - docker -triggers: - - action: email - condition: failure - to: <~pml68/public-inbox@lists.sr.ht> -tasks: - - environment: | - cd nvim-setup - - [ "$BUILD_SUBMITTER" = "git.sr.ht" ] || complete-build - [ "$GIT_REF" = "refs/heads/master" ] || complete-build - [ "$(git remote get-url origin)" = "https://git.sr.ht/~pml68/nvim-setup" ] || complete-build - - sudo service docker start - - docker-build: | - cd nvim-setup - - sudo docker build -t ghcr.io/pml68/neovim:latest . - - docker-login: | - set +x - cat ~/GH_PAT | sudo docker login ghcr.io -u pml68 --password-stdin - set -x - - docker-push: | - cd nvim-setup - - sudo docker push ghcr.io/pml68/neovim:latest @@ -1,6 +1,4 @@ -# nvim-setup - -[](https://builds.sr.ht/~pml68/nvim-setup) +# nvim My custom Neovim setup @@ -11,7 +9,7 @@ You're going to need Neovim 0.11+ and the `tree-sitter` CLI in your PATH. Download into your config directory ```sh -git clone --depth=1 https://git.sr.ht/~pml68/nvim-setup ~/.config/nvim +git clone --depth=1 git://git.pml68.dev/nvim ~/.config/nvim ``` ## Usage with Docker diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index 0adeeee..1b1547a 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -55,7 +55,7 @@ return { }, -- Hare { - "https://git.sr.ht/~pml68/vim-haredoc", + url = "git://git.pml68.dev/vim-haredoc", ft = "hare", }, } |
