1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
Commit Graph

377 Commits

Author SHA1 Message Date
Seong Yong-ju
4b4fddf4ae Merge remote-tracking branch 'upstream/dev' into feature/lsp-layer 2017-11-19 23:38:24 +09:00
Seong Yong-ju
3e5a80723c Add a new layer lsp
Add a new layer lsp
* Add a new layer lsp
* Move `LanguageClient-neovim` from autocomplete layer to lsp
* Add configurations for LSP syntax checking
2017-11-19 23:35:28 +09:00
wsdjeg
840a0c75e5 Fix Percentage 2017-11-19 10:54:12 +08:00
Seong Yong-ju
e80bed3e42 Add a new variable
Add a new variable
* Add a new variable `g:spacevim_info_symbol`
* Update configurations of some plugins to read `g:spacevim_info_symbol`
2017-11-19 11:32:59 +09:00
wsdjeg
2b107721ac Update sections 2017-11-19 10:18:32 +08:00
wsdjeg
da1843fd03 Enable fileformat icon 2017-11-19 09:29:34 +08:00
wsdjeg
0c420cdf00 Update icon for issue 2017-11-14 23:26:34 +08:00
wsdjeg
36a9f66427 Update icon for PR in popupmenu
cloese #
2017-11-14 23:08:36 +08:00
wsdjeg
62d58977bf Enable deoplete in vim8 2017-11-12 22:28:56 +08:00
wsdjeg
702504768b Update logger api 2017-11-11 23:20:20 +08:00
wsdjeg
9c6c99f639 Add log for configration file 2017-11-11 21:01:39 +08:00
wsdjeg
114472ba2b Update version 2017-11-10 22:11:47 +08:00
wsdjeg
74951ab779 Release 0.5.0 2017-11-06 23:32:15 +08:00
wsdjeg
a7e885d814 Help describe key bindings 2017-10-28 21:49:44 +08:00
wsdjeg
3f71a23c9e Fix tabline 2017-10-27 00:14:44 +08:00
wsdjeg
0a6fb1b9a1 Add ale 2017-10-25 09:41:04 +08:00
Seong Yong-ju
b4488e68c2 Fixed minor fixes for japanese layer loading
Fixed minor fixes for japanese layer loading.
* `japanese` -> `ja`
2017-10-23 22:27:47 +09:00
Seong Yong-ju
bcf6cb6ef6 Minor fixes for examples of language setting
Minor fixes for examples of language setting.
* `chinese` -> `cn`
2017-10-23 22:25:59 +09:00
Wang Shidong
36631dad3c Merge branch 'dev' into optional_custom_palette 2017-10-23 05:46:32 -05:00
Adrien Bouttier
9baf2f0154 Add custom palette 2017-10-23 10:37:17 +02:00
Seong Yong-ju
2293463b96 Merge branch 'dev' into feature/vim-jp-doc 2017-10-23 01:39:29 +09:00
Seong Yong-ju
f7a2f3e462 Added a new layer, japanese
Added a new layer japanese which loads vim-jp/vimdoc-ja.
2017-10-23 00:25:51 +09:00
Adrien Bouttier
d43db5a039 Display mode in statusline like in some airline theme 2017-10-19 13:04:43 +02:00
Felix Yan
66688235ae Fix typos in autoload/SpaceVim.vim 2017-10-19 16:23:38 +08:00
wsdjeg
eb7d940de8 Fix runner 2017-10-05 20:50:38 +08:00
wsdjeg
63c7705a0b Update server func 2017-10-04 13:49:14 +08:00
wsdjeg
a6333fb3fc Fix g:spacevim_windows_index_type 2017-09-20 21:24:57 +08:00
wsdjeg
2fbf5131a7 Add option for disable unicode symbols in statusline 2017-09-20 21:03:01 +08:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
wsdjeg
b41da783e6 Release v0.4.0
FEATURES:
    Add comment mappings #683
    Achievements #677
    Add text manipulation commands #684
    Add text insertion commands #685
    Add CompleteParameter #688
    Toggle cursor position #697
    Add background searching feture #699
    Improve plugin manager #702 #703
    Grep on the fly #705 #709 #714 #717
    Add prompt api #715
    Add web api #726
    Add check requirement script #736
    Add language specified mappings #748
    Improve Java layer #749
    Add project manager mappings #751
    Add plugin for mark active window #755
       (not sure if it will be removed)
    Add help for mappings #756
    Update autocomplete layer doc #759
    Add tags layer #764

FIX:
   Fix vimfiler direction #686
   Fix welcome page #707
   Fix visual SPC #708
   Fix windows support #712
   Fix n/N hl state #720
   Fix guibg parse #723
   Fix unknown option #727
   Fix select mode statusline #737
2017-08-06 04:37:20 +08:00
wsdjeg
346d2b9db3 Fix inactive bar 2017-07-21 06:05:51 +08:00
wsdjeg
056d8bce84 Visual mode SPC 2017-07-06 23:17:49 +08:00
wsdjeg
f1c37ea24f Fix comflict 2017-06-27 20:55:57 +08:00
wsdjeg
7eff15e30a Fix relativenumber config
close #674
2017-06-27 15:32:00 +08:00
Wang Shidong
c2d719e14e Merge pull request #662 from SpaceVim/z_prefix
### Commands starting with `z`

after pressing prefix `z` in normal mode, if you do not remember the mappings, you will see the guide which will tell you the functional of all mappings starting with `z`.

Key Binding | Description
-----------| -----------
`z<Right>` | scroll screen N characters to left
`z+` | cursor to screen top line N
`z-` | cursor to screen bottom line N
`z.` | cursor line to center
`z<CR>` | cursor line to top
`z=` | spelling suggestions
`zA` | toggle folds recursively
`zC` | close folds recursively
`zD` | delete folds recursively
`zE` | eliminate all folds
`zF` | create a fold for N lines
`zG` | mark good spelled(update internal-wordlist)
`zH` | scroll half a screenwidth to the right
`zL` | scroll half a screenwidth to the left
`zM` | set `foldlevel` to zero
`zN` | set `foldenable`
`zO` | open folds recursively
`zR` | set `foldlevel` to deepest fold
`zW` | mark wrong spelled
`zX` | re-apply `foldleve`
`z^` | cursor to screen bottom line N
`za` | toggle a fold
`zb` | redraw, cursor line at bottom
`zc` | close a fold
`zd` | delete a fold
`ze` | right scroll horizontally to cursor position
`zf` | create a fold for motion
`zg` | mark good spelled
`zh` | scroll screen N characters to right
`zi` | toggle foldenable
`zj` | mode to start of next fold
`zk` | mode to end of previous fold
`zl` | scroll screen N characters to left
`zm` | subtract one from `foldlevel`
`zn` | reset `foldenable`
`zo` | open fold
`zr` | add one to `foldlevel`
`zs` | left scroll horizontally to cursor position
`zt` | cursor line at top of window
`zv` | open enough folds to view cursor line
`zx` | re-apply foldlevel and do "zV"
`zz` | smart scroll
`z<Left>` | scroll screen N characters to right
2017-06-27 14:20:59 +08:00
wsdjeg
66c9ead7a1 Fix type in spacevim-faq
custom config file should be ~/.SpaceVim.d/init.vim
2017-06-25 15:50:18 +08:00
wsdjeg
6d426b2281 Add z mapping guide 2017-06-25 14:00:59 +08:00
wsdjeg
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
Gabriel
c4e60a8c6a Keep doc updated (#647) 2017-06-21 21:14:30 +08:00
Samar Dhwoj Acharya
4a3c62fa52 use fnameescape and rename SPWelcom -> SPWelcome (#642) 2017-06-20 07:23:14 +08:00
wsdjeg
a40cc8ed6c Fix enter dir 2017-06-17 10:38:55 +08:00
wsdjeg
d6e24326b4 Add g prefix guide 2017-06-10 15:44:18 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
398e0ae6db Fix smart close window 2017-06-03 19:57:57 +08:00
wsdjeg
76aede0037 Add option for get starred repos
close #590
2017-06-01 21:02:46 +08:00
wsdjeg
137574235d Fix buffer/windows index number type 2017-06-01 00:18:32 +08:00
wsdjeg
cefdc6f9c4 Fix #559 2017-05-31 22:00:17 +08:00
wsdjeg
abb7619cbe Add option for pr and issue icon 2017-05-30 12:49:04 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix #504
2017-05-29 21:56:15 +08:00
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
wsdjeg
852d9559ab Add status line 2017-05-16 22:14:38 +08:00
wsdjeg
9307d4d5ed Enable realtime mapping guide by default 2017-05-14 23:30:12 +08:00
wsdjeg
40a1fabefa Add custom function for define SPC in init.vim
close #517
2017-05-14 22:14:38 +08:00
wsdjeg
1f2415fa09 🐛 Disable indentline in welcome page
Fix #523
2017-05-13 21:05:18 +08:00
wsdjeg
b943319ae0 🐛 Fix unnecessary buffer created
fix #514
2017-05-12 20:06:20 +08:00
wsdjeg
914f218efb Improve setting of vimfiler
fix #495
fix #496
2017-05-11 21:44:43 +08:00
Wang Shidong
b03ca97e13 develop verson (#502)
* Remove black line

* Test menu

* Test menu

* remove teble title

* Update guide doc

* Add paging help info

* Add pic for unite mapping

* Add help mappings doc

* Add SPC h I: report issue of SpaceVim

* Add SPC h SPC for unite SpaceVim help

* Add doc for get root prefix

* Fix error of guide

* Fix SPC h k mappings

* Add denite group to mapping root

* Add SPC h m mappings
2017-05-07 23:33:03 +08:00
wsdjeg
7e9742a171 Disable cursorcolumn by default 2017-05-06 20:36:39 +08:00
wsdjeg
7255e96b88 Fix cursorline & cursorcolumn options
close #483
2017-05-06 20:33:50 +08:00
wsdjeg
9a8996a85b Do not focus to vimfiler 2017-05-05 20:29:09 +08:00
wsdjeg
0d6aa65d0a Open welcome page when argv(0) is a dir 2017-05-02 20:38:52 +08:00
wsdjeg
1cc31cdb58 Add doc for colorscheme 2017-04-30 15:34:09 +08:00
wsdjeg
8baf984f8f Fix welcome func 2017-04-25 21:59:35 +08:00
wsdjeg
2ad90a06b3 Fix #468 2017-04-25 21:54:20 +08:00
wsdjeg
4ece47ba3d Close #467 2017-04-25 21:23:13 +08:00
wsdjeg
6cf831e692 Reset statusline after undo 2017-04-22 08:21:27 +08:00
wsdjeg
e2e3ae789d Add undo mode 2017-04-22 01:37:23 +08:00
wsdjeg
70c465086e Add cmdline menu 2017-04-19 22:06:08 +08:00
wsdjeg
c7e16fad03 Add space prefix mapping 2017-04-17 00:20:51 +08:00
wsdjeg
6a94a40a94 Fix doc for lint on the fly 2017-04-08 23:54:44 +08:00
wsdjeg
a3edb4119a Fix unknown commands 2017-04-08 13:45:45 +08:00
wsdjeg
89aaac5f37 Auto mkdir for spacevim log 2017-04-07 23:17:01 +08:00
wsdjeg
da59781755 Merge branch 'dev' into plugin_manager 2017-04-05 23:27:13 +08:00
wsdjeg
feef100e21 Update manager 2017-04-04 23:01:41 +08:00
wsdjeg
7504b33984 Fix #392 2017-04-04 10:35:38 +08:00
wsdjeg
d63d25a953 Add spacevim option for vimfiler colums 2017-04-03 19:32:19 +08:00
wsdjeg
b1241ef10f Add key frequency feature 2017-04-03 13:12:35 +08:00
wsdjeg
ab55eff7ce Add frequency func 2017-04-03 12:52:09 +08:00
wsdjeg
1c5b839e73 Add option for ultisnips 2017-04-02 19:39:42 +08:00
wsdjeg
692871bdc0 Format unite config 2017-03-30 23:08:30 +08:00
wsdjeg
e8992de68a Release v0.2.0 2017-03-30 21:54:32 +08:00
wsdjeg
116fb53864 Revent check install 2017-03-29 22:35:02 +08:00
wsdjeg
899b0cdc82 Close #345 2017-03-27 21:19:24 +08:00
wsdjeg
6ae491b617 Fix #360 2017-03-26 16:37:49 +08:00
wsdjeg
9e180d43a9 Improve leader guide statusline 2017-03-20 22:45:54 +08:00
wsdjeg
f8c8b4b687 Fix doc 2017-03-19 22:00:27 +08:00
wsdjeg
1eeb3e35ff Improve git layer
close #306
2017-03-18 21:20:10 +08:00
wsdjeg
12addf862e Fix leader wait time 2017-03-16 23:48:50 +08:00
wsdjeg
e2a10e9e7c Fix register 2017-03-14 07:26:41 +08:00
wsdjeg
d21e1f4428 Add def func 2017-03-14 06:56:03 +08:00
wsdjeg
80ac875d93 Add mapping guide 2017-03-14 00:57:16 +08:00
wsdjeg
7f4850c632 Merge cmdlinemenu api, fix conflict 2017-03-12 16:38:01 +08:00
wsdjeg
9ab3595152 Ctrlp should ignore svg file 2017-03-11 21:46:04 +08:00
wsdjeg
816e319cf7 Add doc for spacevim-api 2017-03-11 20:43:42 +08:00
wsdjeg
620a5cb83b Fix mapping s+Q 2017-03-10 20:36:26 +08:00
wsdjeg
b122ddcf32 Fix welcome 2017-03-09 23:51:06 +08:00
wsdjeg
8f526292eb Add commands for spacevim 2017-03-07 23:31:51 +08:00
wsdjeg
3e486f203e Fix type 2017-03-07 22:11:41 +08:00
wsdjeg
b592fe6b8e Update custom config doc 2017-03-06 23:39:03 +08:00
wsdjeg
5738064623 Fix indent 2017-03-06 23:26:26 +08:00
wsdjeg
6ef8bc1d92 Update context of development page 2017-03-02 22:20:46 +08:00
wsdjeg
116df26da3 Add os fileformat icon 2017-03-01 21:14:03 +08:00
wsdjeg
c58508d66d Add filetype icon
install font via `yaourt -S nerd-fonts-source-code-pro`
2017-02-26 12:46:31 +08:00
wsdjeg
99f4d25042 Add two type of index number
1. number without any cycles
2. small number just like old days
2017-02-26 01:24:03 +08:00
wsdjeg
a2fb2cbd84 Add three types 2017-02-26 00:46:44 +08:00
wsdjeg
836082e9ef Add faq for how to use space as leader 2017-02-22 21:25:17 +08:00
Camden Cheek
9ee60dca9d Moved changes to vimfiles to work with vimdoc 2017-02-17 00:56:55 -05:00
wsdjeg
2d232c7da1 Bump version 2017-02-16 22:01:49 +08:00
wsdjeg
303fdad655 Let tagbar use g:spacevim_sidebar_width 2017-02-16 21:46:37 +08:00
wsdjeg
55dff51ffa Make vimfiler use g:spacevim_sidebar_width 2017-02-16 21:27:49 +08:00
wsdjeg
45a8f52809 Merge branch 'fix_issue_232' into dev 2017-02-16 20:41:19 +08:00
wsdjeg
81ac4c76c1 Fix #244 2017-02-16 20:34:03 +08:00
wsdjeg
f8e5dcc17e Add doc for g:spacevim_enable_neomake
ref: #250
2017-02-16 20:01:33 +08:00
wsdjeg
3d843a7076 Add api 2017-02-15 20:15:14 +08:00
wsdjeg
58350909a3 Merge branch 'native-func' into dev 2017-02-10 00:03:15 +08:00
wsdjeg
967e6c6178 Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
wsdjeg
0119760814 Doc for cedit option 2017-02-08 21:01:16 +08:00
wsdjeg
69b21485da Fix #220 2017-02-08 20:27:27 +08:00
wsdjeg
452c88464c Add option for enable/disable vimfiler in welcome windows 2017-02-04 00:47:16 +08:00
wsdjeg
a2160fb812 Add doc for elixir layer 2017-02-03 19:49:18 +08:00
wsdjeg
91b3dd85c3 Fix welcome 2017-02-02 00:55:16 +08:00
wsdjeg
500a7e7d6c Fix #177 2017-01-30 20:36:03 +08:00
wsdjeg
d59032e8d0 Use sub mode in doc 2017-01-29 22:55:09 +08:00
wsdjeg
484a5fe729 Update doc for spacevim-config 2017-01-27 21:49:05 +08:00
wsdjeg
f5577cbd92 Fix conflict 2017-01-26 16:14:06 +08:00
wsdjeg
02c99e9460 Add rust support 2017-01-26 16:03:18 +08:00
wsdjeg
adc661810d Add install faq for ycm 2017-01-25 20:44:05 +08:00
wsdjeg
0edafe873c Fix ycm support 2017-01-25 20:04:17 +08:00
wsdjeg
a297fea9b1 Fix merge 2017-01-22 23:25:19 +08:00
wsdjeg
a40ad536c7 Update layer lang/java doc 2017-01-22 23:20:41 +08:00
wsdjeg
3a1fda3470 Add lang/c layer doc 2017-01-19 23:49:11 +08:00
wsdjeg
aeb61f74c9 Update php layer doc 2017-01-19 21:46:37 +08:00
wsdjeg
35673384ab Update doc 2017-01-19 20:41:06 +08:00
wsdjeg
3345d722af Add doc for lang#php layer 2017-01-18 20:52:26 +08:00
wsdjeg
f3287aa304 Add link for layers 2017-01-18 20:25:25 +08:00
wsdjeg
22b4cd5bdd Fix deoplete-go installation 2017-01-15 23:35:44 +08:00
wsdjeg
5f472f4689 Add java support 2017-01-15 21:30:51 +08:00
wsdjeg
2eee6ef8ad Add option for real time guide 2017-01-15 19:50:56 +08:00
wsdjeg
bc35463da0 Fix custom layer support 2017-01-15 08:11:23 +08:00
wsdjeg
8bc023c54d Add unite leader 2017-01-12 12:43:13 +08:00
wsdjeg
caf108e3c1 Add config for windows leader 2017-01-11 23:00:28 +08:00
wsdjeg
625f0a56e3 Fix colorscheme 2017-01-11 20:47:23 +08:00
wsdjeg
030ac0e119 Add simple_mode option 2017-01-11 15:40:19 +08:00
wsdjeg
db9b36e37b Update doc 2017-01-11 01:03:52 +08:00
wsdjeg
0c67a65085 Add git group 2017-01-10 21:00:14 +08:00
wsdjeg
7f79e9eadd Improve custom config loadding 2017-01-10 00:27:52 +08:00
wsdjeg
418eefafc8 Add option for custom plugins 2017-01-09 22:50:06 +08:00
wsdjeg
d9093a1103 Add support for custom dir 2017-01-09 21:24:09 +08:00
wsdjeg
03312c8b1e Improve logger 2017-01-08 23:02:49 +08:00
wsdjeg
c046df4956 Add logger 2017-01-08 16:27:18 +08:00
wsdjeg
67518d831d Add g:spacevim_lint_on_save 2017-01-07 23:01:13 +08:00
wsdjeg
35e9884602 Add plugins.vim 2017-01-07 19:49:29 +08:00
wsdjeg
71e52c5a54 Add SpaceVim welcom 2017-01-07 10:50:28 +08:00
wsdjeg
a960a7aa32 Enable check install by default
Fix #57
2017-01-07 01:18:10 +08:00
wsdjeg
9adf4dbd0a Load mapping before custom config 2017-01-07 01:09:56 +08:00
wsdjeg
1bf75fdfe7 Update doc for checkinstall on startup 2017-01-06 21:42:33 +08:00
wsdjeg
2a6296d4fe Add option for true color support
Add `let g:spacevim_enable_guicolors == 0` to `~/.local.vim` to disable
true colors.
2017-01-06 19:13:33 +08:00
wsdjeg
48616984c0 Set options before custom conf 2017-01-05 22:18:55 +08:00
wsdjeg
777d7c1e22 Fix disable plugins options 2017-01-05 21:16:45 +08:00
wsdjeg
82910514bd Add header for SpaceVim 2017-01-04 23:53:49 +08:00
wsdjeg
ba9f5a4eaf Add doc for g:spacevim_plugin_bundle_dir 2017-01-03 22:56:34 +08:00
wsdjeg
759ddf01c9 Generate tags for vim file 2017-01-03 00:27:11 +08:00
wsdjeg
f8f392ac16 Add checkers groups 2017-01-02 16:02:54 +08:00
wsdjeg
27718e7f19 Fix lint 2017-01-02 12:32:26 +08:00
wsdjeg
f682872020 Add link of doc into README 2017-01-02 10:38:23 +08:00
wsdjeg
d8149ebfb5 Fix airline config 2017-01-01 23:20:25 +08:00
wsdjeg
3511e02efc Fix ad support in zsh 2017-01-01 21:31:57 +08:00
wsdjeg
89ae59a024 Fix #12 2016-12-31 23:09:52 +08:00
wsdjeg
92584397db Update doc for options 2016-12-31 20:05:52 +08:00
wsdjeg
d9ae4b5e7c Update options 2016-12-31 19:40:08 +08:00
wsdjeg
56516afc86 Use g:spacevim_* as options
issue opened here: https://github.com/google/vimdoc/issues/94
2016-12-31 19:24:02 +08:00
wsdjeg
d3dc775a04 Add doc 2016-12-31 19:07:05 +08:00
wsdjeg
05e5b5f5f2 Split plugins ref #9 2016-12-31 00:34:31 +08:00
wsdjeg
6e4f6f9ce8 Ref issue #6 2016-12-29 19:44:49 +08:00
wsdjeg
9213827354 Fix #4 2016-12-29 18:53:29 +08:00
wsdjeg
0e037c561b Add SpaceVim.vim 2016-12-28 21:36:11 +08:00