local arpeggio = require("my.plugins.arpeggio") print("Initializing nix keybinds...") -- Use vt to test arpeggio.chordSilent("n", "vt", ":VimuxRunCommand \"clear && spago test\"", { settings = "b" }) -- Use vb to build arpeggio.chordSilent("n", "vb", ":VimuxRunCommand \"clear && spago build\"", { settings = "b" }) vim.opt.expandtab = true -- Use spaces for the tab char