From 68b54b0d1729cd036fcba1c85f85ad4af6e9e3dc Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 29 May 2018 20:27:28 +0200 Subject: added vim stuff --- vim/vim-potion/ftplugin/potion/running.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/vim-potion/ftplugin/potion/running.vim (limited to 'vim/vim-potion/ftplugin/potion/running.vim') diff --git a/vim/vim-potion/ftplugin/potion/running.vim b/vim/vim-potion/ftplugin/potion/running.vim new file mode 100644 index 0000000..d70adc0 --- /dev/null +++ b/vim/vim-potion/ftplugin/potion/running.vim @@ -0,0 +1,6 @@ +if !exists("g:potion_command") + let g:potion_command = "potion" +endif + +nnoremap r :call potion#running#PotionCompileAndRunFile() +nnoremap b :call potion#running#PotionShowBytecode() -- cgit v1.2.3