1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 08:10:07 +08:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Eric Wong
f15e9ec678 docs(scrollbar): update requirements 2024-08-04 11:14:55 +08:00
Eric Wong
36207ab53d test(scrollbar): fix scrollbar task 2024-08-04 10:13:17 +08:00
Eric Wong
f6276bcf54 ci(detach): fix scrollbar detach script 2024-08-04 10:06:24 +08:00
Eric Wong
d8b0caedb1 test(scrollbar): add scrollbar task 2024-08-04 10:01:05 +08:00
4 changed files with 32 additions and 2 deletions

View File

@ -298,3 +298,19 @@
[open-nvim-030.options.env]
VIM = 'D:\Neovim\v0.3.0\share\nvim'
VIMRUNTIME = 'D:\Neovim\v0.3.0\share\nvim\runtime'
# test bundle scrollbar.vim
[bundle-scrollbar-vim-812269]
command = 'wt.exe'
args = ['-d', 'D:\wsdjeg\scrollbar.vim', 'D:\Vim\gvim_8.1.2269_x64\vim.exe', '-Nu', 'test/vimrc']
isBackground = true
[bundle-scrollbar-vim-812269.options.env]
VIM = 'D:\Vim\gvim_8.1.2269_x64'
VIMRUNTIME = 'D:\Vim\gvim_8.1.2269_x64'
[bundle-scrollbar-nvim-038]
command = 'wt.exe'
args = ['-d', 'D:\wsdjeg\scrollbar.vim', 'D:\Neovim\v0.4.2\bin\nvim.exe', '-Nu', 'test/vimrc']
isBackground = true
[bundle-scrollbar-nvim-038.options.env]
VIM = 'D:\Neovim\v0.4.2'
VIMRUNTIME = 'D:\Neovim\v0.4.2\share\nvim\runtime'

View File

@ -450,6 +450,8 @@ EOT
_detact_bundle scrollbar.vim README.md
_checkdir plugin
_detact_bundle scrollbar.vim plugin/scrollbar.vim
_checkdir test
_detact_bundle scrollbar.vim test/vimrc
_checkdir lua/spacevim/plugin
_detact lua/spacevim/plugin/scrollbar.lua
_checkdir lua/spacevim/api/vim

View File

@ -9,12 +9,18 @@
<!-- vim-markdown-toc GFM -->
- [Install](#install)
- [Requirements](#requirements)
- [Installation](#installation)
- [Feedback](#feedback)
<!-- vim-markdown-toc -->
## Install
## Requirements
- Vim: `exists('*popup_create')`
- Neovim: `exists('*nvim_open_win')`
## Installation
1. Using `scrollbar.vim` in SpaceVim:

View File

@ -0,0 +1,6 @@
set nocompatible
set rtp+=.
set noswapfile
filetype plugin indent on
syntax enable
colorscheme desert