Skip to content

Releases: L0stSoul/vim-config

I'm sure we need spellchecker

20 Jun 07:11
Compare
Choose a tag to compare

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

🤘🔥🔥🤘

19 Jun 02:03
Compare
Choose a tag to compare

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

26 Feb 17:10
Compare
Choose a tag to compare

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

28 Dec 06:58
Compare
Choose a tag to compare

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

18 Dec 15:38
Compare
Choose a tag to compare
  • Add jshint for Syntastic
  • bugfixes

First realase

16 Dec 17:00
Compare
Choose a tag to compare

Just initial release. Copy my .vimrc from private corporate repo to public one.