Skip to content

Commit

Permalink
Remove jedi-vim
Browse files Browse the repository at this point in the history
If it's there, it throws an error if jedi isn't installed for Python.

Fixes #716
  • Loading branch information
amix committed Nov 20, 2022
1 parent a4e59b5 commit 9bab0e4
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 4,201 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ I recommend reading the docs of these plugins to understand them better. Each pl
* [gist-vim](https://github.com/mattn/gist-vim) Easily create gists from Vim using the `:Gist` command
* [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) Is a plugin for visually displaying indent levels in Vim
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
* [jedi-vim](https://github.com/davidhalter/jedi-vim) A great Python autocompletion library for VIM.


## Included color schemes
Expand Down Expand Up @@ -358,14 +357,6 @@ Open [ctrlp.vim](https://github.com/kien/ctrlp.vim) plugin to quickly find a fil
nnoremap <leader>v :.GBrowse!<CR>
xnoremap <leader>v :'<'>GBrowse!<CR>

[jedi-vim](https://github.com/davidhalter/jedi-vim) specific mappings (can be used to browse through Python code quickly):

let g:jedi#goto_assignments_command = "<leader>a"
let g:jedi#usages_command = "<leader>u"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"


### Spell checking
Pressing `<leader>ss` will toggle spell checking:

Expand Down
1 change: 0 additions & 1 deletion sources_non_forked/jedi-vim/.github/FUNDING.yml

This file was deleted.

44 changes: 0 additions & 44 deletions sources_non_forked/jedi-vim/.github/ISSUE_TEMPLATE.md

This file was deleted.

63 changes: 0 additions & 63 deletions sources_non_forked/jedi-vim/.github/workflows/ci.yml

This file was deleted.

8 changes: 0 additions & 8 deletions sources_non_forked/jedi-vim/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions sources_non_forked/jedi-vim/.gitmodules

This file was deleted.

31 changes: 0 additions & 31 deletions sources_non_forked/jedi-vim/.travis.yml

This file was deleted.

61 changes: 0 additions & 61 deletions sources_non_forked/jedi-vim/AUTHORS.txt

This file was deleted.

12 changes: 0 additions & 12 deletions sources_non_forked/jedi-vim/CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions sources_non_forked/jedi-vim/LICENSE.txt

This file was deleted.

35 changes: 0 additions & 35 deletions sources_non_forked/jedi-vim/Makefile

This file was deleted.

Loading

0 comments on commit 9bab0e4

Please sign in to comment.