mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-26 20:40:35 +08:00
Compare commits
No commits in common. "f15e9ec6789c8ddb95da39f346489b26ed6193ff" and "b808b8126ae3aa9123920cbe00897e70931ed4f4" have entirely different histories.
f15e9ec678
...
b808b8126a
@ -298,19 +298,3 @@
|
|||||||
[open-nvim-030.options.env]
|
[open-nvim-030.options.env]
|
||||||
VIM = 'D:\Neovim\v0.3.0\share\nvim'
|
VIM = 'D:\Neovim\v0.3.0\share\nvim'
|
||||||
VIMRUNTIME = 'D:\Neovim\v0.3.0\share\nvim\runtime'
|
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'
|
|
||||||
|
@ -450,8 +450,6 @@ EOT
|
|||||||
_detact_bundle scrollbar.vim README.md
|
_detact_bundle scrollbar.vim README.md
|
||||||
_checkdir plugin
|
_checkdir plugin
|
||||||
_detact_bundle scrollbar.vim plugin/scrollbar.vim
|
_detact_bundle scrollbar.vim plugin/scrollbar.vim
|
||||||
_checkdir test
|
|
||||||
_detact_bundle scrollbar.vim test/vimrc
|
|
||||||
_checkdir lua/spacevim/plugin
|
_checkdir lua/spacevim/plugin
|
||||||
_detact lua/spacevim/plugin/scrollbar.lua
|
_detact lua/spacevim/plugin/scrollbar.lua
|
||||||
_checkdir lua/spacevim/api/vim
|
_checkdir lua/spacevim/api/vim
|
||||||
|
@ -9,18 +9,12 @@
|
|||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
- [Requirements](#requirements)
|
- [Install](#install)
|
||||||
- [Installation](#installation)
|
|
||||||
- [Feedback](#feedback)
|
- [Feedback](#feedback)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
## Requirements
|
## Install
|
||||||
|
|
||||||
- Vim: `exists('*popup_create')`
|
|
||||||
- Neovim: `exists('*nvim_open_win')`
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
1. Using `scrollbar.vim` in SpaceVim:
|
1. Using `scrollbar.vim` in SpaceVim:
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
set nocompatible
|
|
||||||
set rtp+=.
|
|
||||||
set noswapfile
|
|
||||||
filetype plugin indent on
|
|
||||||
syntax enable
|
|
||||||
colorscheme desert
|
|
Loading…
x
Reference in New Issue
Block a user