Skip to content

Commit

Permalink
vim: Stop using vim-online-thesaurus.
Browse files Browse the repository at this point in the history
It stopped working, see
beloglazov/vim-online-thesaurus#43.
  • Loading branch information
s3rvac committed Dec 25, 2019
1 parent 83956c4 commit 8aa089c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -716,12 +716,6 @@ let g:CommandTCancelMap=['<Esc>', '<C-c>'] " Keys to close the search window.
" ---------------------------------------------------------
let g:sort_motion_flags = 'u' " Remove duplicates while sorting.

" --------------------------------------------------------------
" vim-online-thesaurus: Looking up words in an online thesaurus.
" --------------------------------------------------------------
let g:online_thesaurus_map_keys = 0 " Disable default key maps.
nnoremap <Leader>ot :OnlineThesaurusCurrentWord<CR>
" -----------------------------------------------------
" vim-mail-refs: Adding references when writing emails.
" -----------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ I use the following Vim plugins, which you can install by using
* [vim-bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste) - Handles bracketed-paste-mode (aka automatic `:set paste`).
* [vim-grepper](https://github.com/mhinz/vim-grepper) - A convenient wrapper around grepping facilities in Vim.
* [vim-indent-object](https://github.com/michaeljsmith/vim-indent-object) - Adds a text object representing lines with the same indent.
* [vim-online-thesaurus](https://github.com/beloglazov/vim-online-thesaurus) - Looking up words in an online thesaurus.
* [vim-repeat](https://github.com/tpope/vim-repeat) - Enables repeating-supported plugin maps with `"."`.
* [vim-sort-motion](https://github.com/christoomey/vim-sort-motion) - Adds a motion to sort text objects.
* [vim-surround](https://github.com/tpope/vim-surround) - Quoting/parenthesizing made simple.
Expand Down

0 comments on commit 8aa089c

Please sign in to comment.