1
Fork 0
satellite/dotfiles/neovim/ftplugin/purescript.lua

12 lines
383 B
Lua
Raw Normal View History

2022-07-19 13:03:03 +02:00
local arpeggio = require("my.plugins.arpeggio")
-- Use vt to test
arpeggio.chordSilent("n", "vt", ":VimuxRunCommand \"clear && spago test\"<CR>",
{settings = "b"})
-- Use vb to build
arpeggio.chordSilent("n", "vb", ":VimuxRunCommand \"clear && spago build\"<CR>",
{settings = "b"})
vim.opt.expandtab = true -- Use spaces for the tab char