Releases: L0stSoul/vim-config
Releases · L0stSoul/vim-config
I'm sure we need spellchecker
Sync up my local config to the publicly available one, and brings a lot of new features :)
Bugfixes
New Features
- spellcheck is enabled by default for english language.
Remove
- Hotkeys for fuzzy-finder/grep, they super slow, and to fix it i need probably change vim plugin that i use for that. Will come back in future releases
🤘🔥🔥🤘
Sync up my local config to the publicly available one, and brings a lot of new features :)
Bugfixes
- Fix bad check for Tern
New Features
- Typescript integration
- Even better autocomplete
- More refactoring/navigation commands especially for typescript
- Code coverage integration
- Mustache/Handlebars code highglight
Plugins
Added
- YouCompleteMe
- Ultisnips
- Typescript-vim
- Coverage
- vim-mustache-handlebars
Removed
- neocomplcache
- neosnippets
- tern_for_vim(it's built-in YouComplete me)
Next big thing
Bugifxes
- New installation method for jshint csslint
- fix lags on large files
- fix transparent background
- improved folding
New Features
- Smart autocomplete
- Recent file list
- Integration with grep
- Smart statusline
- New fuzzyFinder-like search(use unite for this)
- Yanking history
- CSS static analysis on save/open (use csslint)
- New hotkeys
Plugins
Added
- Airline
- Unite
- Neomru
- Neocomplcache
- Neobundle
- Neosnippets
- vim-proc
Removed
- fuzzy finder
- snipmate
Better, Faster, Stronger
Bugfixes
- Fix folding problem in js
Base Improvements
- Add better syntax highlighting for javascript
- Add Vertical line on 80th character
New in Plugins
- Add tern_for_vim with some useful keymaps
- Use plugin for toggling cursor in insert mode(instead of my own code in vimrc, now it works not only in iTerm2)
- Add csslint package for syntastic
- Add finely tuned vim-airline
1.0.1
First realase
Just initial release. Copy my .vimrc from private corporate repo to public one.