Alexander Zhukov
c8164fdfda
Enhance example installation command ( #739 )
2017-09-17 21:21:42 +02:00
Daniel Hahler
0c6a2b7737
README: improve FAQ for slowness, add deoplete-jedi
...
Ref: https://github.com/davidhalter/jedi/issues/910#issuecomment-322731875
[ci skip]
2017-08-16 22:08:59 +02:00
Dawson Botsford
40a02a7fd1
📄 Make Travis badge unpixely
2017-04-27 20:00:55 +02:00
Rick van Hattem
4baf4b27f7
Update incorrect documentation url ( #657 )
...
Fixes #656 .
2017-01-14 15:37:12 +01:00
Christian Geier
4ed33a8600
Fix typo in README.
2016-11-14 14:30:28 +01:00
Daniel Hahler
369284a6bc
README: enhance Installation section
2016-08-03 11:18:41 +02:00
Adam Miller
2e0be9069a
Add entry for Fedora Linux vim-jedi package
2015-07-23 17:20:25 -05:00
Daniel Hahler
439e50e9d1
Use use_tabs_not_buffers=0 by default
...
Ref: https://github.com/davidhalter/jedi-vim/issues/408#issuecomment-101997691
2015-06-21 22:06:24 +02:00
Daniel Hahler
dd33e38631
Add auto-goto command/function
...
This adds g:jedi#goto_command, and uses `<Leader>d` by default for it -
the old default for `g:jedi#goto_definitions_command`, which is now
empty.
It will try `script.goto_definitions()` first, and falls back to
`script.goto_assignments()` for builtins.
Closes https://github.com/davidhalter/jedi-vim/pull/407
2015-05-10 18:07:42 +02:00
Daniel Hahler
83d398bc5d
auto-config: set completeopt only if it's the default
...
The setting is also moved from "ftplugin" to "plugin", which allows for
easier customization, e.g. via a FileType plugin.
Ref: https://github.com/davidhalter/jedi-vim/issues/374#issuecomment-97621368
2015-04-30 02:37:36 +02:00
d7415
a120f428ff
Add Debian and Ubuntu packages to README.rst
2015-04-02 12:18:35 +01:00
petobens
733ba775b0
Improve 'winwidth' split option documentation
2015-02-17 16:04:14 -03:00
Sven
789d06b573
wording
2015-02-04 11:47:37 +01:00
Jacob Niehus
8ce612e3a6
Describe call signature options in readme
2014-12-06 14:47:45 -07:00
Dave Halter
0ce1af78b2
Merge pull request #336 from davidhalter/dev
...
Merge the dangling dev branch stuff back into master
2014-12-06 16:10:47 +01:00
Alireza Savand
997220d3a5
Fix 404 link on jedi-vim for AUR packages
...
it has been moved to official repositories
2014-10-30 17:57:30 +04:00
Matthew Tylee Atkinson
43eaec0aee
Documentation about the need for +conceal
...
* Make README link to the text file point to the file (not the repo)
* Replace the one 'Jedi-Vim' with 'jedi-vim' in README
* Minor grammar tweak to VIM >= 7.3 requirement in the docs
* Explain the need for `+conceal` in the docs
* Update last-changed date on first line of the docs
* Hint at the need for `+conceal` in the README
2014-07-29 23:16:50 +01:00
Dave Halter
0f591e1283
Use stackoverflow for general usage questions.
2014-04-16 11:16:06 +02:00
justincheevers
fa08586a94
Update README.rst
2014-03-01 13:21:02 -07:00
justincheevers
bbe2861fa1
Add example installation command
...
It's easier if an example installation command is there for you.
2014-03-01 12:52:39 -07:00
tndoan
c1ff868cb4
add the recommendation of version for Vim to enjoy the full feature of Jedi-Vim
2013-12-12 19:57:48 +08:00
LittleQ
2a3eaeb2dc
this is better
2013-09-15 00:59:28 +08:00
LittleQ
e1cac7d3f7
updated README.rst for use_splits_not_buffers
2013-09-15 00:57:47 +08:00
Danilo Bargen
acfbc6850b
Typo, I'm sorry :(
2013-09-08 02:25:59 +02:00
Danilo Bargen
e053a78c01
Added link to issue reference in README
2013-09-08 02:25:27 +02:00
Danilo Bargen
7939ef7298
Added notes about conflict with python-mode (refs #163 )
2013-09-08 02:22:43 +02:00
David Halter
111cca5106
move supertab info to faq
2013-08-28 11:52:47 +04:30
David Halter
a83489e62a
change faq typo, thanks for noticing @ Rahul Agrawal
2013-08-27 11:39:43 +04:30
David Halter
fa405c2e3d
add a faq section to readme, fixes #168
2013-08-25 21:00:58 +04:30
David Halter
32a1593d10
completions_enable documenation
2013-08-24 21:27:06 +04:30
David Halter
9d2259a63d
make it possible to disable commands
2013-08-24 21:08:03 +04:30
David Halter
3d53e26298
remove mistakes in readme
2013-08-24 20:27:43 +04:30
David Halter
89208a798e
shorten settings section
2013-08-24 20:22:21 +04:30
David Halter
5d9d48b15b
contributing in readme
2013-08-24 20:15:31 +04:30
David Halter
4e0f5d7ab9
mention testing in README
2013-08-24 20:08:17 +04:30
David Halter
683257be6b
mention features in readme
2013-08-24 20:03:40 +04:30
David Halter
bdc6a03ac2
link to jedi-vim documentation
2013-08-24 19:55:24 +04:30
David Halter
90bdf0c106
readme corrections
2013-08-22 22:19:37 +04:30
David Halter
7e116d8295
added travis badge
2013-08-22 22:17:44 +04:30
David Halter
9f683c4cbf
update README with new functions
2013-08-20 16:16:15 +04:30
Tyler Wymer
bbebff8a21
Update README.rst
...
Correct documentation link text
2013-07-30 15:08:39 -04:00
Patrice Peterson
31611335b4
Out of beta, yay
2013-03-02 04:58:47 +01:00
Jean-Louis Fuchs
f234bf4376
Select first line of completion popup. Improves typing flow and saves one keypress.
2013-01-21 18:08:19 +01:00
Danilo Bargen
5a5c383aa6
Added note about installation on arch
2013-01-17 14:39:32 +01:00
Artur Dryomov
a25c32ea24
Restore colons in the readme file.
2013-01-11 17:25:07 +03:00
Artur Dryomov
412f018bdb
Use VimL syntax highlighting in the readme file.
2013-01-11 15:44:05 +03:00
David Halter
bd01c84e9f
change image links, because they were broken, fixes #61
2013-01-02 20:54:55 +01:00
Tin Tvrtković
6fe06444be
Small documentation fix.
2013-01-02 01:15:56 +01:00
David Halter
730c98ff67
add autocompletion_command default -> fixes #51
2012-12-18 17:14:58 +01:00
David Halter
704c1c2553
added auto configuration of VIM setting -> fixes #52
2012-12-18 16:46:28 +01:00