Skip to content

A visualization editor for vimrc ( by using angular + python )

License

Notifications You must be signed in to change notification settings

ljcucc/easy-vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-vimrc

make editing vimrc easy ever.

for the noobs who don't knonw how to edit vimrc

Get Started ( dev )

Requirement

  1. pipenv installed
  2. python 3.7 install (optional, you can use any version upper 3.7)
  3. chrome installed

Execute

just do this (in development):

cd server; ng serve          # Start server first
pipenv run python main.py    # then start python app

Project structure

  • public: public folder
  • src: angular project
  • main.py: main python program