mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:40:05 +08:00
Move choosewin to ui layer
This commit is contained in:
parent
44e32d3ee4
commit
f40b771c78
@ -1,6 +1,5 @@
|
||||
function! SpaceVim#layers#tools#screensaver#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['SpaceVim/screensaver.vim', {'merged' : 0}])
|
||||
call add(plugins, ['t9md/vim-choosewin', {'merged' : 0}])
|
||||
call add(plugins, ['itchyny/screensaver.vim', {'merged' : 0}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
@ -5,6 +5,7 @@ function! SpaceVim#layers#ui#plugins() abort
|
||||
\ ['mhinz/vim-signify'],
|
||||
\ ['majutsushi/tagbar', {'loadconf' : 1}],
|
||||
\ ['lvht/tagbar-markdown',{'merged' : 0}],
|
||||
\ ['t9md/vim-choosewin', {'merged' : 0}],
|
||||
\ ['vim-airline/vim-airline', { 'merged' : 0, 'loadconf' : 1}],
|
||||
\ ['vim-airline/vim-airline-themes', { 'merged' : 0}],
|
||||
\ ['mhinz/vim-startify', {'loadconf' : 1}],
|
||||
|
Loading…
Reference in New Issue
Block a user