homescale/dotfiles/.config/nvim/init.lua
Wayne Hayes c349fe488c Homescale — a roaming home for your fleet
SSH into one stable Tailscale node and reach your whole tailnet from it via
short per-host functions + sshfs mounts. A riced Arch dev container with sshd,
a stateful home, and declarative .env auth. See README.md and ROAMING.md.
2026-06-29 00:17:18 -04:00

9 lines
624 B
Lua

-- ╔══════════════════════════════════════════════════════════════════╗
-- ║ arch-dev :: neovim ║
-- ║ Kanagawa Wave · lazy.nvim · LSP/lint/format · riced IDE ║
-- ╚══════════════════════════════════════════════════════════════════╝
require("options")
require("keymaps")
require("plugins")