Skip to content

Commit

Permalink
✨ (dpp_lazy.toml) Add moonbit support for quickrun.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Oct 6, 2024
1 parent 0adad1a commit e106781
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/nvim/dpp_lazy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,14 @@ on_event = ['BufRead', 'CursorHold']
hook_add = '''
" ref: https://github.com/4513ECHO/dotfiles/blob/c9f6da61c24da5742a81a89b1f9efa437d2df86e/config/nvim/dein/plugin.toml#L605
let g:quickrun_config = {
\ "moonbit" : #{
\ type: 'moonbit/run',
\ },
\ 'moonbit/run': #{
\ cmdopt: 'run',
\ command: 'moon',
\ tempfile: '%{tempname()}.mbt',
\ },
\ "gleam" : #{
\ type: 'gleam/run',
\ },
Expand Down

0 comments on commit e106781

Please sign in to comment.