This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

3
neovide/.github/README.md vendored Normal file
View File

@@ -0,0 +1,3 @@
<div align="center">
<a href=""><img src="./title.png"></a>
</div>

BIN
neovide/.github/title.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

7
neovide/config.toml Normal file
View File

@@ -0,0 +1,7 @@
vsync = true
maximized = false
srgb = true
idle = false
no-multigrid = true
neovim_bin = "~/.local/share/bob/nvim-bin/nvim"
frame = "full"