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"