fix: add lsp and lazy config
All checks were successful
Container build / container-build (push) Successful in 3m22s

This commit is contained in:
Job
2024-12-13 20:22:27 +01:00
parent 50fc142407
commit f6bd18cf7d
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-- Configure lsp settings.
return {
{
"saghen/blink.cmp",
opts = {
keymap = {
preset = "default",
},
},
},
}