This commit is contained in:
vxclutch
2026-06-03 14:45:54 -04:00
parent 60d2037773
commit fff7973002
17 changed files with 10 additions and 4 deletions

2
bin/.local/bin/sober Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
flatpak run org.vinegarhq.Sober

View File

@@ -0,0 +1 @@
eb3159e9-ccfe-40cf-b4aa-9e2f3efd87b6

View File

@@ -0,0 +1,6 @@
---@type vim.lsp.Config
return {
cmd = { 'jdtls' },
filetypes = { 'java' },
root_markers = { 'gradlew', '.git' },
}

View File

@@ -2,6 +2,7 @@ vim.lsp.enable {
"gopls",
"lua_ls",
"clangd",
"jdtls",
}
vim.diagnostic.config { virtual_text = true, underline = true, signs = false }

View File

@@ -44,10 +44,6 @@
"todo-comments.nvim": {
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
"src": "https://github.com/folke/todo-comments.nvim"
},
"vxwpi.nvim": {
"rev": "ee6d3704ce76294dfc455c5bd9f1a00d9dc31fa0",
"src": "/home/owen/programming/vxwpi.nvim"
}
}
}