save
This commit is contained in:
2
bin/.local/bin/sober
Executable file
2
bin/.local/bin/sober
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
flatpak run org.vinegarhq.Sober
|
||||||
1
fonts/.local/share/fonts/.uuid
Normal file
1
fonts/.local/share/fonts/.uuid
Normal file
@@ -0,0 +1 @@
|
|||||||
|
eb3159e9-ccfe-40cf-b4aa-9e2f3efd87b6
|
||||||
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFont-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFont-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFontMono-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFontMono-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFontPropo-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/BigBlueTerm437NerdFontPropo-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/BigBlueTermPlusNerdFont-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/BigBlueTermPlusNerdFont-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/BigBlueTermPlusNerdFontMono-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/BigBlueTermPlusNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFont-Bold.otf
Normal file
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFont-Bold.otf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFont-Regular.otf
Normal file
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFont-Regular.otf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontMono-Bold.otf
Normal file
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontMono-Bold.otf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontMono-Regular.otf
Normal file
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontMono-Regular.otf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontPropo-Bold.otf
Normal file
BIN
fonts/.local/share/fonts/ComicShannsMonoNerdFontPropo-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
6
nvim/.config/nvim/lsp/jdtls.lua
Normal file
6
nvim/.config/nvim/lsp/jdtls.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---@type vim.lsp.Config
|
||||||
|
return {
|
||||||
|
cmd = { 'jdtls' },
|
||||||
|
filetypes = { 'java' },
|
||||||
|
root_markers = { 'gradlew', '.git' },
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@ vim.lsp.enable {
|
|||||||
"gopls",
|
"gopls",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"clangd",
|
"clangd",
|
||||||
|
"jdtls",
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.diagnostic.config { virtual_text = true, underline = true, signs = false }
|
vim.diagnostic.config { virtual_text = true, underline = true, signs = false }
|
||||||
|
|||||||
@@ -44,10 +44,6 @@
|
|||||||
"todo-comments.nvim": {
|
"todo-comments.nvim": {
|
||||||
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
|
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
|
||||||
"src": "https://github.com/folke/todo-comments.nvim"
|
"src": "https://github.com/folke/todo-comments.nvim"
|
||||||
},
|
|
||||||
"vxwpi.nvim": {
|
|
||||||
"rev": "ee6d3704ce76294dfc455c5bd9f1a00d9dc31fa0",
|
|
||||||
"src": "/home/owen/programming/vxwpi.nvim"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user