first commit

This commit is contained in:
Louis Chih-Ming Lee 2026-01-26 01:16:35 +01:00
commit 2a3ea31491
52 changed files with 2991 additions and 0 deletions

5
apps/neovim/otter.lua Normal file
View file

@ -0,0 +1,5 @@
require("otter").setup({
buffers = {
write_to_disk = true,
},
})