https://github.com/juanmanuelramallo/vimrc
https://github.com/juanmanuelramallo/vimrc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanmanuelramallo/vimrc
- Owner: juanmanuelramallo
- Created: 2021-07-20T04:23:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T04:31:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T09:41:43.408Z (4 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my handcrafted vim setup
```bash
ln vimrc ~/.vimrc
ln plugins/create_spec_file.rb ~/.config/nvim/rplugin/ruby/
```## What do I need?
- [x] Alternate project files (test files)
- [x] Change surround enclosing
- [x] Color scheme
- [x] Copy pasting
- [x] Emmet
- [x] File explorer
- [x] Find and preview file
- [x] Find in project
- [x] Git blame inline
- [x] Keep visual block selection when indenting
- [x] Line cursor memory
- [x] Move between windows with ALT
- [x] Move lines and blocks
- [x] Remove empty lines at end of file
- [x] Remove trailing spaces on save
- [x] Run tests
- [ ] Spell checker
- [x] Tabs to 2 spaces
- [x] Toggle comment lines## To use the alternate spec file helper
Use chruby or any other ruby version manager that sets `$GEM_HOME` and run `gem install neovim` for the ruby versions you use.