1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:50:04 +08:00
Commit Graph

982 Commits

Author SHA1 Message Date
wsdjeg
b16837623d Silent open tagbar
problem:

   when open tagbar buffer, you will see message like:
   "autoload/SpaceVim/layers/core/tabline.vim" 205 lines --36%--
   which is not needed.
2017-10-04 15:33:52 +08:00
wsdjeg
d617c2338b Show buffer name when there are dup buf 2017-10-04 15:17:06 +08:00
wsdjeg
c83c74830c Add quit mappings for spacevim 2017-10-04 14:31:01 +08:00
wsdjeg
63c7705a0b Update server func 2017-10-04 13:49:14 +08:00
wsdjeg
7ba7ca3455 Add server support 2017-10-04 10:02:38 +08:00
wsdjeg
8ceaa387d6 Fix bug with mapleader
Fix  #847
2017-10-01 19:31:43 +08:00
wsdjeg
34fa2a9a49 Add SPReinstall command for reinstall plugins
close #866
2017-09-28 21:36:54 +08:00
wsdjeg
7c0bbd671b Add lang#ruby 2017-09-28 21:17:46 +08:00
wsdjeg
51e6ff4861 Merge branch 'lang/ruby' into dev 2017-09-28 21:15:37 +08:00
wsdjeg
9487e25ac2 Merge branch 'jdb' into dev 2017-09-28 21:15:17 +08:00
wsdjeg
2a538f32a1 Merge branch 'lang/php' into dev 2017-09-28 21:14:10 +08:00
wsdjeg
990d2b01ea Merge branch 'project_manager' into dev 2017-09-26 22:49:28 +08:00
wsdjeg
3bc5e5e4df Hide curosr when guide buffer is open 2017-09-26 22:49:11 +08:00
Wang Shidong
d161af2838 Merge branch 'dev' into lang/json 2017-09-26 21:59:30 +08:00
wsdjeg
aeccca71b6 Fix lint 2017-09-26 21:05:24 +08:00
wsdjeg
4092951db8 Add SPC p k to kill all project buffers 2017-09-25 20:55:46 +08:00
Wang Shidong
1d2cc7b867 Merge branch 'dev' into lang/json 2017-09-25 20:14:25 +08:00
wsdjeg
0d45cdbd3a Merge branch 'dev' into project_manager 2017-09-25 20:10:14 +08:00
wsdjeg
ebe78b3d53 Add auto_fix option for lang#javascript layer 2017-09-22 20:51:08 +08:00
wsdjeg
8c9e6e9c49 Merge remote-tracking branch 'zhujinxuan/dev' into dev 2017-09-22 20:35:54 +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
zhujinxuan
9417d5cd6a feature: eslint --fix 2017-09-16 21:56:42 -04:00
wsdjeg
4c061de793 Add project manager 2017-09-16 20:55:59 +08:00
wsdjeg
04441c44ec Fix type 2017-09-11 22:20:13 +08:00
wsdjeg
41a4fbbf5f Fix vim support 2017-09-11 22:08:33 +08:00
wsdjeg
ca5caef345 Set omnifunc for vim 2017-09-11 21:44:42 +08:00
wsdjeg
475b7cbb6d Fix neovim support 2017-09-11 21:32:11 +08:00
wsdjeg
5b93bd3136 Remove plugin from lang.vim 2017-09-11 20:23:14 +08:00
wsdjeg
dd3848f8cc Add lang#typescript layer 2017-09-11 20:18:28 +08:00
wsdjeg
a9019a45d8 Fix n/N in visual mode 2017-09-10 20:24:37 +08:00
Wang Shidong
a378c40047 Update lang#python layer (#779)
* plugin: json-vim: update to newer, forked version

Updated the lang layer to use elzr/vim-json's fork or the old plugin
(leshill/vim-json). Now the actual used plugin is consistent with the
documentation, which pointed to elzr/vim-json before

* Update lang#python layer

* Remove plugin that does not exist

* Use fork instead

* Remove g:delimitMate_matchpairs setting.

Let `)`(delimitMate mapping) can work.
Remove '<:>' mapping, let the `less then` operator can work.

Fixes #772

* Call complete_parameter#pre_complete only pumvisible.
If pumvisible is false, call "\<Plug>delimitMate("

* Fix mapping to (

* Update statusline for ctrlp buffer

* remove stray chars from documentation

* Update version

* Add mapping g<c-]> for jump to tag under cursor

close #785

* fix typo

* Move context from readme

* Update readme

* Update intr

* Update readme

* Bug: can not override layer options.

Fix #793

* Add help desc

* Update fild founder cmd

* Update autocomplete layer

* Add gq for format Nmove text

* Update autocomplete layer options

* Update travis config

* Fix ag command in windows

* Fix #803

* Update chinese doc

* Update doc

* Add fonts doc

* Update doc

* copy doc to zh_cn_doc

* Fix command documentation

* Add weixin & zhifubao info

* Update img

* Update features

* Add Julia Support

* Update markdown layer setting

* Update markdown layer doc

* Add vim-repeat to edit layer

This is a really nice plugin which adds a user pluggable "." command. It
integrates seamlessly with several plugins, notably tpope/vim-surround
and makes the "." command capable of repeating on the entire surround
command, rather than just a part of the command. ysaw" becomes easily
repeatable!

* Update doc

* Update config doc

* Update statusline doc

* Fix git head

* Update doc for statusline

* Update doc for tabline

* Update doc

* Update remark config

* Update markdown layer

* Update config for remark

* Add layer for Pony programming language

* Fix remark setting

* Add airline/tabline theme for nord

* Update doc for getting help

* Fix slash

* Upate toc

* Remove title

* Update markdown plugin

* Fix doc generation

* Update jumping doc

* Fix shell layer

* Add key binding desc for SPC '

* Add key binding for clear saved buffers

* Merge dev branch

* Add SPC a q for QQ in vim

* Note for chinese doc

* Update doc for file manager

* Set img size

* Update img size

* Update img size

* Update lang#python layer
2017-09-10 15:13:03 +08:00
wsdjeg
868e42e6d3 Update doc for file manager 2017-09-10 13:22:16 +08:00
wsdjeg
4553f3368d Add SPC a q for QQ in vim 2017-09-09 16:37:54 +00:00
wsdjeg
7754cb09dc Merge branch 'chinese_doc' into dev 2017-09-09 16:11:22 +00:00
wsdjeg
20e9ff21a8 Add key binding for clear saved buffers 2017-09-08 22:38:01 +00:00
wsdjeg
7a7eb1a922 Add key binding desc for SPC ' 2017-09-07 23:00:28 +00:00
wsdjeg
fa819c285b Fix shell layer 2017-09-07 22:53:31 +00:00
wsdjeg
ece064b592 Update markdown plugin 2017-09-06 22:29:17 +00:00
Wang Shidong
f4e087c0ff Merge pull request #823 from oldstager/lang/pony
Add layer for Pony programming language
2017-09-06 22:38:51 +08:00
George Marchin
8be831c0a3
Add airline/tabline theme for nord 2017-09-05 15:44:14 -05:00
wsdjeg
8157e53b3d Fix remark setting 2017-09-05 20:13:26 +00:00
Bambang Purnomosidi D. P
e16c49d4d1 Add layer for Pony programming language 2017-09-05 14:24:02 +07:00
wsdjeg
c7539c8d32 Update config for remark 2017-09-04 00:06:00 +00:00
wsdjeg
416e18a2d7 Update markdown layer 2017-09-03 23:38:24 +00:00
wsdjeg
f3c114951c Update remark config 2017-09-03 22:58:24 +00:00
George Marchin
aecd8f8c89
Add vim-repeat to edit layer
This is a really nice plugin which adds a user pluggable "." command. It
integrates seamlessly with several plugins, notably tpope/vim-surround
and makes the "." command capable of repeating on the entire surround
command, rather than just a part of the command. ysaw" becomes easily
repeatable!
2017-09-01 08:50:36 -05:00
wsdjeg
e208f8c83a Update markdown layer setting 2017-08-31 22:32:35 +00:00
zhujinxuan
233d30bc24 Add Julia Support 2017-08-30 18:39:31 -04:00
wsdjeg
5c10f813f0 Add lang#ruby layer 2017-08-30 22:11:34 +00:00
Nathan Wilson
cb18e65517 Fix command documentation 2017-08-29 11:41:16 -04:00
wsdjeg
dd2f2a4386 Update doc 2017-08-28 21:55:27 +00:00
wsdjeg
de7e68a5eb Update php layer 2017-08-27 20:40:37 +00:00
wsdjeg
6dcc31ad27 Split lang#json layer 2017-08-27 19:46:12 +00:00
wsdjeg
11c7d5cbda Fix #803 2017-08-27 15:00:49 +08:00
wsdjeg
5473814b66 Update autocomplete layer options 2017-08-26 16:41:44 +00:00
wsdjeg
ce638b8a84 Add gq for format Nmove text 2017-08-26 15:45:58 +00:00
wsdjeg
65bd8f061d Merge branch 'fixup' into dev 2017-08-26 15:27:31 +00:00
wsdjeg
d33f6fa04e Update fild founder cmd 2017-08-26 14:28:32 +00:00
wsdjeg
4005a767dc Add help desc 2017-08-26 21:45:38 +08:00
wsdjeg
f33fbfd391 Bug: can not override layer options.
Fix #793
2017-08-26 20:17:33 +08:00
Lewis Cowper
8e7f28f069 fix typo 2017-08-22 10:01:16 +02:00
wsdjeg
f80c39d1c1 Add mapping g<c-]> for jump to tag under cursor
close #785
2017-08-22 03:56:15 +08:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
wsdjeg
5314857d79 Update statusline for ctrlp buffer 2017-08-16 06:09:25 +08:00
wsdjeg
ed9ccacb85 Fix mapping to ( 2017-08-16 05:06:58 +08:00
tenfy
febd39e89d Call complete_parameter#pre_complete only pumvisible.
If pumvisible is false, call "\<Plug>delimitMate("
2017-08-15 14:01:56 +08:00
tenfy
864826182d Remove g:delimitMate_matchpairs setting.
Let `)`(delimitMate mapping) can work.
Remove '<:>' mapping, let the `less then` operator can work.

Fixes #772
2017-08-15 10:52:09 +08:00
Wang Shidong
4910450242 Merge branch 'dev' into dev 2017-08-14 09:20:18 -05:00
wsdjeg
d21d26f4c1 Use fork instead 2017-08-15 04:30:33 +08:00
wsdjeg
f4fafb83b3 Remove plugin that does not exist 2017-08-15 04:12:58 +08:00
Tennyson Taylor Bardwell
fda7e26f4f plugin: json-vim: update to newer, forked version
Updated the lang layer to use elzr/vim-json's fork or the old plugin
(leshill/vim-json). Now the actual used plugin is consistent with the
documentation, which pointed to elzr/vim-json before
2017-08-11 23:34:32 -04: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
246e1cebcb Merge branch 'tags' into dev 2017-08-06 00:01:56 +08:00
wsdjeg
2431cd6d50 Update mappings 2017-08-06 00:01:32 +08:00
wsdjeg
46b0b0b361 Add TODO 2017-08-05 17:48:45 +08:00
wsdjeg
29d7d9052f Add gtags.vim 2017-08-04 05:01:13 +08:00
wsdjeg
a3c5eb2e2f Fix errors 2017-08-04 04:23:24 +08:00
wsdjeg
dd6440a73b Update git ignore 2017-08-02 05:39:35 +08:00
Mayeul d'Avezac
886b3ab074 Fix issue with n vs N when ignorecase is set
If ignorecase is set, then string comparisons in vimscript ignore cases.
Hence `if a:key == 'n'` is true when `key` is 'N'.
2017-08-01 20:45:58 +01:00
wsdjeg
e6df9f8f07 Fix #762 2017-08-01 06:51:11 +08:00
wsdjeg
40aa947f46 Add SPC i s for insert snippets 2017-08-01 06:16:04 +08:00
wsdjeg
bfe54b9af2 Add doc for complete layer 2017-08-01 05:35:21 +08:00
wsdjeg
b29d5639e1 Fix plugin manager
close #761
2017-08-01 04:22:02 +08:00
wsdjeg
95db7ccfc8 Add java debug mappings 2017-07-30 05:12:51 +08:00
wsdjeg
e356ded27d Fix up: do not add invalid jobid 2017-07-29 22:06:34 +08:00
wsdjeg
2845282410 Fix plugin manager ui: show error message
close #741
2017-07-29 21:59:11 +08:00
wsdjeg
974b635c7c Merge branch 'getting_help' into dev 2017-07-29 20:24:43 +08:00
wsdjeg
9d7ac05d12 Add describe for SPC b n 2017-07-29 20:19:16 +08:00
wsdjeg
b33d1d1798 Add plugins for mark active/inactive windows 2017-07-29 18:52:19 +08:00
wsdjeg
bd5454a300 Add SPC h d k 2017-07-29 18:48:02 +08:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
a3029eaf0d Move plugin out of if_else, fix lint 2017-07-29 06:36:12 +08:00
wsdjeg
9fd8ddefe2 Add lang#sh layer 2017-07-29 05:39:44 +08:00
tenfy
bc71ec9090 Use <tab> to jump to next parameter.
Use plugin: CompleteParameter.

If <tab> expandable_or_jumpable failed and pumvisible is false, check
can jump to next parameter or not, if yes, then jump to the next
parameter, else return "<tab>"
2017-07-28 18:04:12 +08:00
tenfy
e292a7d0f4 Merge branch 'dev' of https://github.com/tenfyzhong/SpaceVim into dev 2017-07-28 21:29:31 +08:00
wsdjeg
2d236b4d62 Auto add buffer head 2017-07-28 08:07:50 +08:00
wsdjeg
cc40bf717d Fix SPC ' 2017-07-28 06:24:37 +08:00
wsdjeg
e68fb5f706 Improve shell layer 2017-07-28 05:22:12 +08:00
wsdjeg
244d014073 Improve markdown layer
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00