Giter Site home page Giter Site logo

fedorenchik / planetvim Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 1.0 38.19 MB

Easy and Powerful Vim Distribution

Shell 2.16% Makefile 0.49% Python 8.30% Vim Snippet 0.54% Dockerfile 0.16% Rust 11.54% PowerShell 0.29% Ruby 0.21% AppleScript 0.02% C++ 0.25% Batchfile 0.47% CMake 0.10% Go 1.41% TeX 52.28% Perl 0.01% HTML 21.30% JavaScript 0.07% C# 0.02% Java 0.04% Lua 0.34%
config configuration vim-distribution vim-configuration ide vim vimrc editor planetvim gvim gui

planetvim's Introduction

PlanetVim

Vim for the Planet.

Easy and powerful Vim Distribution.

Release version v0.0.1 (not ready for testing)

What is PlanetVim

PlanetVim is GVim Distribution that aims to make development easier. PlanetVim focuses on ease of use and making the power of vim accessible by a few clicks or keystrokes.

PlanetVim supports GVim only (GUI version) and makes it easy to use many development tools.

It focuses on developers and writers alike.

Developers:

  • Anaconda
  • Arduino
  • Autotools
  • C++
  • CMake
  • Docker
  • Electron
  • Flutter
  • Gtk
  • KBuild
  • Make
  • Meson
  • Ninja
  • Node
  • Nuxt
  • PlatformIO
  • Python
  • Qt
  • Vim
  • Vue
  • WebAssembly

Writers:

  • LaTeX
  • MarkDown

Few screenshots

PlanetVim Behavior

PlanetVim can be used in 3 operation styles:

  1. Easy Mode - Makes PlanetVim modeless, like most editors.
  2. Standard Mode - Standard Vim Mode.
  3. Supercharged Mode - remaps few vim's antipattern keys:

A picture is worth 1000 words, here is recording of what PlanetVim will be able to do in v1.0 release:

recording-menu-gif

As you can see it is GUI oriented and tries to help you accomplish your tasks in most efficient way.

At least it can build CMake projects, Vim, Linux Kernel, Godot Engine now:

How to build CMake projects:

  1. Clone source code:

    ๐Ÿ”€g- > New -> Clone, and then type URL (and other parameters) for git clone

  2. :cd into cloned project

  3. Create build directory:

    ๐Ÿ”จu -> CMake -> Create In-Tree Build Dir or

    ๐Ÿ”จu -> CMake -> Create OOT Build Dir (OOT stands for Out Of Tree) or

    ๐Ÿ”จu -> CMake -> Select Build Dir and then choose which build dir to use

  4. Configure CMake:

    ๐Ÿ”จu -> CMake -> Configure

  5. Build Project:

    ๐Ÿ”จu -> CMake -> Build

How to build KiCad (based on CMake):

  1. Clone source code:

    ๐Ÿ”€g -> New -> Clone

    Type: https://gitlab.com/kicad/code/kicad.git

    :cd kicad

  2. Create build directory:

    ๐Ÿ”จu -> CMake -> Create In-Tree Build Dir

  3. Configure:

    ๐Ÿ”จu -> CMake -> Configure

  4. Make sure all build dependencies are installed.

    If there's any issue, you can set custom settings in PlanetVim:

    ๐Ÿ”จu -> CMake -> Configure Tui

    Or run cmake-gui:

    ๐Ÿ”จu -> CMake -> Configure Gui

  5. Build:

    ๐Ÿ”จu -> CMake -> Build

  6. Run built KiCad:

    ๐Ÿ’ปt -> New

    In the terminal:

    cd build
    ./kicad/kicad
    
  7. Generate compile_commands.json for development:

    ๐Ÿ”จu -> CMake -> Generate compile_commands.json

How to build Vim:

How to build Linux Kernel:

How to build Godot Engine:

If you want please consider joining PlanetVim chat at:

<A-?> -> Join PlanetVim Chat

Guidelines

  • Make Vim Discoverable

  • User-Friendly

  • Easy to Use

  • Solve Real-World Problems

  • Tested with real projects (Linux Kernel, Vim, etc.)

  • Supports only recent Vim version (this makes code MUCH simpler, faster and robust)

  • Will not clutter your dirs with *~ .*.sw[p-z] and other files

Which version to use

Branches:

  • dev - main development branch (unstable)

PlanetVim does not hide tools that it uses, just makes them easy to use and discoverable, e.g. generally it will show which command it runs and print command's output, working directory of process and exit status.

planetvim's People

Contributors

fedorenchik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

xoiopure

planetvim's Issues

Stolen work from you!

Hi,

your repo here,

Has been stolen & re-uploaded by the GitHub user: https://github.com/5R33CH4

Here is their repo in which they've stolen your work, and attributed it to themselves: https://github.com/5R33CH4/DreamVim

They also have a GitHub org, where they likely also have some stolen work: https://github.com/tesseract-org.

Checkout their all their personal repos...

I'm sorry to bring you this bad news, this user has stolen >50 repos so you should consider reporting them to GitHub.

Galen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.