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

1721 Commits

Author SHA1 Message Date
wsdjeg
a6333fb3fc Fix g:spacevim_windows_index_type 2017-09-20 21:24:57 +08:00
wsdjeg
6ceea6e48f Fix doc for statusline 2017-09-20 21:16:28 +08:00
wsdjeg
2fbf5131a7 Add option for disable unicode symbols in statusline 2017-09-20 21:03:01 +08:00
wsdjeg
367557fc0b Add favicon.ico 2017-09-15 22:17:25 +08:00
wsdjeg
86610523b6 Merge branch 'master' into website 2017-09-15 22:15:00 +08:00
wsdjeg
3a400abf7f Fix warnning 2017-09-15 22:03:14 +08:00
wsdjeg
0c5e3b484b Change the padding to 20px 2017-09-15 21:55:54 +08:00
wsdjeg
326b912202 Fix img url 2017-09-15 21:43:44 +08:00
wsdjeg
a236bda124 Add style.css 2017-09-15 21:09:49 +08:00
wsdjeg
dd6b843ba4 Mod stylesheets 2017-09-15 20:33:35 +08:00
wsdjeg
fa96716ed7 Update index 2017-09-13 23:27:09 +08:00
wsdjeg
6d14df940b Change the default value of tagbar_map_showproto
close #840
2017-09-13 21:26:36 +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
2fcfdaedd5 Fix #832 2017-09-11 20:04:53 +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
e0b345130a Update img size 2017-09-10 13:55:03 +08:00
wsdjeg
b8f49747a4 Update img size 2017-09-10 13:52:19 +08:00
wsdjeg
5268336c5e Set img size 2017-09-10 13:30:03 +08:00
wsdjeg
868e42e6d3 Update doc for file manager 2017-09-10 13:22:16 +08:00
wsdjeg
fa31eb382f Note for chinese doc 2017-09-09 16:41:47 +00: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
632fc827ec Merge dev branch 2017-09-09 16:10:59 +00:00
Wang Shidong
1c7110a40f Merge pull request #830 from SpaceVim/buffer_mappings
Add key binding for clear saved buffers
2017-09-09 07:13:43 +08: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
9e35511bb4 Update jumping doc 2017-09-07 22:31:02 +00:00
wsdjeg
94f4c0837b Fix doc generation 2017-09-06 22:35:20 +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
Wang Shidong
e3a5db6c21 Merge pull request #825 from gepoch/nord-line-theme
Add airline/tabline theme for nord
2017-09-06 22:32:09 +08:00
wsdjeg
5137b49aee Remove title 2017-09-06 00:16:09 +00:00
wsdjeg
9e22250d57 Upate toc 2017-09-05 23:45:39 +00:00
wsdjeg
2e576ea39a Fix slash 2017-09-05 21:44:26 +00:00
wsdjeg
3e5305b171 Update doc for getting help 2017-09-05 21:04:52 +00: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
wsdjeg
6600e2a6d7 Update doc 2017-09-03 19:33:52 +00:00
wsdjeg
8365355d74 Update doc for tabline 2017-09-02 22:22:40 +00:00