Compare commits

...

3 Commits

Author SHA1 Message Date
ee6ffcd31a
feat: disable type hints
All checks were successful
Container build / container-build (push) Successful in 5m22s
2024-10-19 12:19:05 +02:00
4c454ed3ef
feat: install tailwind lazyextra 2024-10-19 12:18:50 +02:00
4a9e54b8b3
ci: set label to plabble-sprinter 2024-10-19 12:18:30 +02:00
3 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
container-build:
runs-on: dynamis2
runs-on: plabble-sprinter
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"
],
@ -12,4 +12,4 @@
"NEWS.md": "6520"
},
"version": 6
}
}

View File

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