summaryrefslogtreecommitdiff
path: root/vim/vim-potion/ftplugin/potion/running.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vim-potion/ftplugin/potion/running.vim')
-rw-r--r--vim/vim-potion/ftplugin/potion/running.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vim-potion/ftplugin/potion/running.vim b/vim/vim-potion/ftplugin/potion/running.vim
deleted file mode 100644
index d70adc0..0000000
--- a/vim/vim-potion/ftplugin/potion/running.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-if !exists("g:potion_command")
- let g:potion_command = "potion"
-endif
-
-nnoremap <buffer> <localleader>r :call potion#running#PotionCompileAndRunFile()<cr>
-nnoremap <buffer> <localleader>b :call potion#running#PotionShowBytecode()<cr>