From f70d5dc9b1f546bcfae67f067fe2e3b67f94ca45 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 3 Nov 2021 19:59:44 +0100 Subject: improving dotfiles --- xxx/vim-old/vim-potion/ftplugin/potion/running.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xxx/vim-old/vim-potion/ftplugin/potion/running.vim (limited to 'xxx/vim-old/vim-potion/ftplugin/potion/running.vim') diff --git a/xxx/vim-old/vim-potion/ftplugin/potion/running.vim b/xxx/vim-old/vim-potion/ftplugin/potion/running.vim new file mode 100644 index 0000000..d70adc0 --- /dev/null +++ b/xxx/vim-old/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