Compare commits

..

No commits in common. "ee6ffcd31ac12c90e93da7d168e50d56c0475ae4" and "9498c36701c6c47972a38a5969eff6b37a67d88b" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
container-build:
runs-on: plabble-sprinter
runs-on: dynamis2
if: gitea.ref == 'refs/heads/main'
env:
RUNNER_TOOL_CACHE: /toolcache

View File

@ -2,9 +2,9 @@
"extras": [
"lazyvim.plugins.extras.coding.copilot",
"lazyvim.plugins.extras.dap.core",
"lazyvim.plugins.extras.editor.harpoon2",
"lazyvim.plugins.extras.lang.go",
"lazyvim.plugins.extras.lang.svelte",
"lazyvim.plugins.extras.lang.tailwind",
"lazyvim.plugins.extras.lang.typescript",
"lazyvim.plugins.extras.test.core"
],

View File

@ -1,6 +0,0 @@
return {
"neovim/nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
}