From ec26039608bc752324a4a738fc5b2de0787ce161 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 17 Aug 2022 21:45:03 -0400 Subject: [PATCH] Fixed bindings in SpaceVim --- .SpaceVim.d/autoload/myspacevim.vim | 18 ------------------ .SpaceVim.d/init.toml | 8 ++++---- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .SpaceVim.d/autoload/myspacevim.vim diff --git a/.SpaceVim.d/autoload/myspacevim.vim b/.SpaceVim.d/autoload/myspacevim.vim deleted file mode 100644 index 38cc131..0000000 --- a/.SpaceVim.d/autoload/myspacevim.vim +++ /dev/null @@ -1,18 +0,0 @@ -function! myspacevim#before() abort - set clipboard=unnamedplus - " inoremap - " inoremap - - " call SpaceVim#custom#SPCGroupName(['b'], '+MyCustom') - " call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1) - " call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1) -endfunction - -function! myspacevim#after() abort - set clipboard=unnamedplus - " inoremap - " inoremap - call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1) - call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1) -endfunction - diff --git a/.SpaceVim.d/init.toml b/.SpaceVim.d/init.toml index c1f0192..65dcfe0 100644 --- a/.SpaceVim.d/init.toml +++ b/.SpaceVim.d/init.toml @@ -32,8 +32,8 @@ disabled_plugins = ["fcitx.vim"] automatic_update = true filemanager = "nerdtree" - bootstrap_before = 'myspacevim#before' - bootstrap_after = 'myspacevim#after' + #bootstrap_before = 'myspacevim#before' + #bootstrap_after = 'myspacevim#after' # Enable autocomplete layer [[layers]] @@ -104,6 +104,6 @@ [[layers]] name = 'lang#vim' -[[custom_plugins]] -name = "saltstack/salt-vim" +#[[custom_plugins]] +#name = "saltstack/salt-vim"