Made a few changes
This commit is contained in:
parent
c7b01d9b6d
commit
7cbe73ad5b
19 changed files with 55 additions and 26 deletions
dotfiles/neovim/ftplugin
11
dotfiles/neovim/ftplugin/purescript.lua
Normal file
11
dotfiles/neovim/ftplugin/purescript.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue