1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 23:10:04 +08:00
Commit Graph

24 Commits

Author SHA1 Message Date
Shidong Wang
b07f22875e
docs(lang#python): update lsp doc for python 2021-10-29 20:03:07 +08:00
danchev
5d9a09751d
fix(lang#python): fix typo in coverage key bindings 2021-10-27 12:45:37 +08:00
Isho
7fc00c9c81
Update documentation (#4253) 2021-06-21 20:39:29 +08:00
Wang Shidong
504a646f05
Update lang#ruby layer (#4164) 2021-04-03 22:07:15 +08:00
Wang Shidong
50c7c3bebc
Update python doc (#4154) 2021-03-31 21:35:26 +08:00
Wang Shidong
ae6052b9e0
Improve python support (#3947) 2020-11-09 22:00:16 +08:00
randomizedthinking
ada14c8696
lang#python doc: add neomake configuration for python3 (#3839) 2020-09-25 15:59:31 +08:00
Wang Shidong
c2ed7ac502
Update python format option (#3452)
close #3429
2020-04-16 22:56:26 +08:00
Wang Shidong
3953214b6d
Pythonenable typeinfo (#3088)
* Update

* Add enable_typeinfo option

close #2922
2019-09-25 18:37:22 +08:00
Wang Shidong
3d957c8695
Python file head (#3036) 2019-09-06 00:34:36 +08:00
Wang Shidong
6f31fa3f15
Add coverage commands for python (#2866) 2019-06-02 16:43:38 +08:00
Wang Shidong
d8a60cabca
Add python plugin (#2767)
close #1987
2019-04-24 22:54:44 +08:00
Lin Kun
5e64d6379b Doc: fix typos. (#2551) 2019-02-03 20:51:00 +08:00
allentools
4d064bd6f0 Update python.md (#2105)
Adding the example for automatic buffer formatting enabled on save.  (This doesn't work for me)
2018-08-30 20:38:21 +08:00
Wang Shidong
3787b35c64
Website: update layer page (#1860) 2018-06-23 14:37:41 +08:00
Vladimir Mosienko
6baedfe1e5 Fix layer activation command and typo 2018-05-11 17:08:39 +05:00
Seong Yong-ju
4e7474f1a5 Add key binding to generate docstring
* Add key binding to generate docstring to lang/python layer
* Update documentation
2018-01-20 20:35:13 +09:00
wsdjeg
7406e72b6c Update doc for lang#python layer 2017-12-12 07:52:13 +08:00
wsdjeg
1c48fafbc4 Fix vim support 2017-12-11 23:14:03 +08:00
wsdjeg
de5723b53b Update doc for python layer 2017-12-11 20:51:17 +08:00
wsdjeg
03afa28116 Update python layer documentation 2017-12-11 19:55:53 +08:00
wsdjeg
7b4c00e65a Add post 2017-12-07 23:19:13 +08:00
wsdjeg
cf24e88925 Fix Duplicate meta descriptions 2017-12-02 23:23:58 +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