This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
EverVim 20170426
Changelog since last release:
General
- Changed to a modular vimrc structure #BREAKING
- Updated and tested the Windows setup powershell
- Installation now only needs to symlink one folder
Startup Screen
- Shows Vim & NeoVim version
- Shows info and icon for Windows, WSL, Linux, macOS, Android and ChromeOS
- See Wiki/Gallery for startup screens on all platforms
Platform
- Disable Statusline Arrow in Windows Subsystem for Linux, since only 16-bit color are supported on windows
- Disable devicon for Android termux (no option to choose custom fonts)
- Support Vim/NeoVim on Chrome OS with crouton
- Support Oni, a NeoVim front-end UI focused on IDE-like extensibility
Languages & Framework
- Support building your project right inside vim using dispatch, try
<Leader>D
- Support Waf Build System, hightlight wscript to python
- Add TagBar support for Rust & Typescript
- Drop QBS support since it's highly unusable
Keymap
- CtrlSF:
<Leader>SF
for initiating a search in project files - CtrlSF:
<Leader>TS
to toggle search - UltrSnip: remap snippet expanding to
<Leader><Tab>
- Vim-Dispatch: Default dispatch keymap is
<Leader>D
and Make keymap is<Leader>M
Documentation
- Added detailed installation instruction for all platform in Github Wiki
- Screenshot section moved to Wiki
Fixes
- Prevent IndentLine to showup where it shouldn't, e.g. Startup screen & Neovim build-in terminal