Skip to content

Commit

Permalink
python vim development tips and links update
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 7, 2022
1 parent 0b0828c commit 53fad3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ide/vim/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ I've actually never used this but it seems really neat, albeit not really update
- [How to change the highlight color for search hits and quickfix selection](https://stackoverflow.com/questions/7103173/vim-how-to-change-the-highlight-color-for-search-hits-and-quickfix-selection)
- [Solving merge conflicts with vim](https://medium.com/prodopsio/solving-git-merge-conflicts-with-vim-c8a8617e3633)
- [Writing a Toggle Function in vim](https://stackoverflow.com/questions/20579142/toggle-function-in-vim)
- [vim for python development](https://stackabuse.com/vim-for-python-development/)

For users that know enough to edit a vimrc, you should check out this [vimrc checklist](https://www.reddit.com/r/vim/wiki/vimrctips/#wiki_vimrc_checklist.3A) from r/vim.

Expand All @@ -275,6 +276,5 @@ For users that know enough to edit a vimrc, you should check out this [vimrc che
- [awesome-vim](https://github.com/akrawchyk/awesome-vim)

### Other neat stuff
- kindaVim: Vim moves for the whole macOS now in native apps[](https://www.reddit.com/r/vim/comments/rmowhk/kindavim_vim_moves_for_the_whole_macos_now_in/)

This is a vim bootstrapper: https://vim-bootstrap.com
- [kindaVim](https://www.reddit.com/r/vim/comments/rmowhk/kindavim_vim_moves_for_the_whole_macos_now_in/): Vim moves for the whole macOS now in native apps
- [vim bootstrapper](https://vim-bootstrap.com)

0 comments on commit 53fad3f

Please sign in to comment.