Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: denji/vim-config-frontend

I'm sure we need spellchecker

04 Sep 03:38
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

🤘🔥🔥🤘

04 Sep 03:36
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

04 Sep 03:35
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

04 Sep 03:32
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

04 Sep 03:31
Compare
Choose a tag to compare
  • Add jshint for Syntastic
  • bugfixes

First realase

04 Sep 03:31
Compare
Choose a tag to compare

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