1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:40:05 +08:00
Commit Graph

938 Commits

Author SHA1 Message Date
techgaun
cde8f1b12c
msg about spell-checking (en|dis)abled 2017-10-05 14:03:28 -05:00
techgaun
ef3ad4ccb3
update spell checking 2017-10-05 13:25:35 -05:00
wsdjeg
c10d144b0f Update shell layer 2017-10-04 21:20:52 +08:00
wsdjeg
81920749c0 Update shell layer 2017-10-04 20:08:19 +08:00
wsdjeg
d620550a58 Add support for editorconfig 2017-10-04 19:19:08 +08:00
wsdjeg
d61a5118e7 Silent jump to buffer 2017-10-04 15:46:45 +08:00
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