aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-04-18 20:33:40 +0200
committerDavid Runge <dave@sleepmap.de>2020-04-18 20:33:40 +0200
commit537d54c79e14e3eb40ed1b71123b0c81bb0b8c46 (patch)
tree30accd95c977747e46c9f0b4db4274943a98bf55
parent4084e014d3e85a7f7482cf787293ba9171a3c7f7 (diff)
downloaddotfiles-537d54c79e14e3eb40ed1b71123b0c81bb0b8c46.tar.gz
dotfiles-537d54c79e14e3eb40ed1b71123b0c81bb0b8c46.tar.bz2
dotfiles-537d54c79e14e3eb40ed1b71123b0c81bb0b8c46.tar.xz
dotfiles-537d54c79e14e3eb40ed1b71123b0c81bb0b8c46.zip
scvim update
.scvimrc Updating scvim configurations for latest releases.
-rw-r--r--.scvimrc9
1 files changed, 3 insertions, 6 deletions
diff --git a/.scvimrc b/.scvimrc
index e9241a8..467e266 100644
--- a/.scvimrc
+++ b/.scvimrc
@@ -2,12 +2,9 @@ let g:sclangKillOnExit = 1
let g:sclangTerm = "urxvt -e"
let g:sclangPipeLoc = "/tmp/sclang-pipe"
let g:sclangPipeAppPidLoc = "/tmp/sclangpipe_app-pid"
-" Set 1 to split scvim in tmux and screen vertically, 0 for horizontally
-let g:scvimSplitVertical = 0
-" Set the size of the sclang output split in lines or blocks (only for scvim opened in screen and
-" tmux). This setting applies vertically or horizontally, depending on
-" g:scvimSplitVertical
-let g:scvimSplitSize = 25
+let g:scFlash = 1
+let g:scSplitDirection = "h"
+let g:scSplitSize = 25
au BufWinEnter,BufNewFile,BufRead *.sc set runtimepath+=/usr/share/vim/addons/ filetype=supercollider
au BufWinEnter,BufNewFile,BufRead *.sc runtime ftplugin/supercollider.vim