Compare commits
3 Commits
9498c36701
...
ee6ffcd31a
Author | SHA1 | Date | |
---|---|---|---|
ee6ffcd31a | |||
4c454ed3ef | |||
4a9e54b8b3 |
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
6
config/nvim/plugins/lsp.lua
Normal file
6
config/nvim/plugins/lsp.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
inlay_hints = { enabled = false },
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user