GitHunt
HA

HadesD/vim-power-mode

Power mode for Vim

Vim Power Mode

Power mode for Vimmers

How it work

Usage

:PowerModeOn
:PowerModeOff

TODO

  • Will be working on Linux/Unix

Installation

Clone project

Pathogen

git clone https://HadesD@github.com/HadesD/vim-power-mode.git ~/.vim/bundle/vim-power-mode

Build

cl.exe (Visual Studio)

  • Make cl.bat in C:/Windows (Change 12.0 to your VS Version)
@echo off
%comspec% /c ""c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 && cl.exe %*"
  • Run
cl -EHsc -Feparticle particle.cpp

Msys2

make

G++

Updating...

Better with Async

Idea

License

  • MIT License
  • Copyright (c) Dark.Hades (a.k.a HaiLe)

Languages

C++56.3%Vim Script28.1%CMake14.3%Makefile1.2%

Contributors

MIT License
Created October 12, 2017
Updated June 14, 2024
HadesD/vim-power-mode | GitHunt