This website requires JavaScript.
fdd1c48bac
Re-implement SwapModule
Lucas Noki
2020-01-18 04:15:08 +01:00
23771e22be
Initial swap file
Lucas Noki
2020-01-17 19:21:48 +01:00
ff076eb527
Align vim module to new cli, hide internal functions
Lucas Noki
2020-01-18 05:56:19 +01:00
69c93fd894
Add python-fire, Remove pyinquirer from main runner script
Lucas Noki
2020-01-18 05:39:23 +01:00
d7531412cf
Merge branch '8-set-up-vim-correctly' into 'master'
Marcel Schwarz
2020-01-12 18:07:03 +00:00
05585630ed
Remove try except for vimfile creation
Marcel Schwarz
2020-01-12 19:00:19 +01:00
73a3bb044c
Turn on real path
Marcel Schwarz
2020-01-11 05:20:08 +01:00
b15474edaf
Change curl request to format string
Marcel Schwarz
2020-01-11 05:12:05 +01:00
92fad36fce
Replace some for loops with map functions
Marcel Schwarz
2020-01-11 04:13:36 +01:00
3478379f5b
Put vimplug URL into json file
Lucas Noki
2020-01-07 16:29:48 +01:00
caa3eea0b9
Extract URL into json_config file, remove the reverse function
Lucas Noki
2020-01-07 16:27:38 +01:00
34851105c9
Create function to run plugin installer
Lucas Noki
2019-12-30 02:25:05 +01:00
2cf7445593
Correct variable name
Lucas Noki
2019-12-30 02:07:37 +01:00
7bf711875b
Add check for vimplug file, curl vimplug file
Lucas Noki
2019-12-28 09:12:08 +01:00
f92cb202b3
Remove function parameters, remove class variables, move todos
Marcel Schwarz
2019-12-28 06:13:25 +01:00
ad900097dc
Split functionality into functions
Marcel Schwarz
2019-12-28 06:04:27 +01:00
33ae820b94
Move default_settings creation out of try block
Marcel Schwarz
2019-12-28 05:19:34 +01:00
10aaf41b38
Formatting, exclude devenv in gitignore
Marcel Schwarz
2019-12-28 05:09:00 +01:00
371cdcc906
Fix path creation, add devenv path for testing
Marcel Schwarz
2019-12-28 05:07:41 +01:00
9ef6efcbc3
Merge json files, inline settings list generation
Marcel Schwarz
2019-12-28 03:35:40 +01:00
9fe48808e7
Fix hardcoded home path
Lucas Noki
2019-12-27 03:18:39 +01:00
f9ce15619e
Add settings.json, Append settings to vimrc
Lucas Noki
2019-12-26 23:41:51 +01:00
381d01cb82
Change vimrc content in code not on disk
Lucas Noki
2019-12-22 07:49:51 +01:00
04e6f9b160
Extract plugin list into json file
Lucas Noki
2019-12-22 04:23:03 +01:00
7a05624f36
Implement UI with PyInquirer
Lucas Noki
2019-12-22 03:59:38 +01:00
ef16367a12
Revert "Add class to run a single module"
Marcel Schwarz
2019-12-14 05:18:04 +01:00
5cae85fa0b
Update to new version of abstract module
Lucas Noki
2019-12-22 02:45:19 +01:00
4c8815ad92
Add comments, Fix path errors, Check if vim folders already exist
Lucas Noki
2019-12-19 14:03:31 +01:00
3b261cc736
Add check if vimdir exists, add vimdir if not and make autoload dir
Lucas Noki
2019-12-17 23:36:42 +01:00
80b9e544e7
Update Main_Script run config
Marcel Schwarz
2019-12-16 22:56:27 +01:00
7da9cd3472
Use temp file to write changes safely, remove dupes with awk
Lucas Noki
2019-12-16 12:11:30 +01:00
0c6744e378
Edit method for creating the initial vimrc file to be less error prone
Lucas Noki
2019-12-16 12:10:08 +01:00
4103c42724
Add imports
Lucas Noki
2019-12-16 12:08:22 +01:00
39a3560bdf
Load vimrc into memory for safer editing
Lucas Noki
2019-12-15 22:25:06 +01:00
963a164611
Add vimrc file with plugin manager block and selected plugins in beween
Lucas Noki
2019-12-15 22:22:44 +01:00
ef0c7de0da
Inline convenience functions
Lucas Noki
2019-12-15 07:30:20 +01:00
8496ba006e
Changed language from German to English
Lucas Noki
2019-12-15 07:26:21 +01:00
4e6a0cbe69
Change sdk home to project default
Marcel Schwarz
2019-12-14 05:47:57 +01:00
100cdb97a7
Formatting
Marcel Schwarz
2019-12-14 05:47:33 +01:00
1366b53c20
Add class to run a single module
Marcel Schwarz
2019-12-14 05:18:04 +01:00
581bcb641b
Add shared run config
Marcel Schwarz
2019-12-14 05:17:34 +01:00
5649955821
Fixed typos, Implemented module interface
Lucas Noki
2019-12-14 04:48:57 +01:00
524559d5e0
Add Vim module, Add init for module, Add class for module, Add basic implementation for plugin selection
Lucas Noki
2019-12-14 04:22:34 +01:00
c7e2afbbc7
Rename variables to not cover outer ones, remove transform method
Marcel Schwarz
2020-01-05 17:56:53 +01:00
058bdcd828
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-22 01:39:17 +00:00
53e9739f34
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-21 01:50:03 +00:00
af169b9598
Replace IModule with AbstractModule
Marcel Schwarz
2019-12-21 02:49:53 +01:00
79449c8ad3
Add command line interface with PyInquirer
Marcel Schwarz
2019-12-16 22:51:40 +01:00
c47b255924
Update IModule to AbstractModule with ABC class
Marcel Schwarz
2019-12-16 22:51:06 +01:00
1fbca4a652
Add exception handling for module discovery
Marcel Schwarz
2019-12-15 07:32:28 +01:00
440d72896f
Integrate single module runner in main file
Marcel Schwarz
2019-12-15 06:31:18 +01:00
907d9ff33f
Delete Readme.md Moved content in wiki section
Marcel Schwarz
2019-12-15 20:10:12 +00:00
4935b56f66
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-15 05:31:52 +00:00
13d3196f9a
Add requirements.txt and Readme
Marcel Schwarz
2019-12-15 05:21:11 +01:00
c2b2fe720f
Add requirements.txt
Marcel Schwarz
2019-12-15 05:21:11 +01:00
f7dd690c6c
Update .gitignore to exclude .vscode folder
Lucas Noki
2019-12-14 05:22:45 +01:00
d49d2feeda
Fix indentation
Marcel Schwarz
2019-12-14 04:54:52 +01:00
d74cc9fec9
Merge branch '9-create-main-py-function-to-start-the-script' into 'master'
Marcel Schwarz
2019-12-14 03:29:16 +00:00
571a05ef85
Merge branch '9-create-main-py-function-to-start-the-script' into 'master'
Marcel Schwarz
2019-12-14 03:28:56 +00:00
e8197d5cea
Renaming of functions
Marcel Schwarz
2019-12-14 04:26:02 +01:00
03005113b2
Skip sample module
Marcel Schwarz
2019-12-14 04:13:35 +01:00
88514af6f9
Create main file with sample module
Marcel Schwarz
2019-12-14 04:11:32 +01:00
e1e3549e53
Create RealRunner and DebugRunner and Module Interface
Marcel Schwarz
2019-12-14 04:11:12 +01:00
e82aad8aaf
Add gitignore
Marcel Schwarz
2019-12-14 04:10:42 +01:00
b1604cb19e
Add pycharm project
Marcel Schwarz
2019-12-14 04:10:33 +01:00
77d4b26ed7
Delete old, create new project structure
Marcel Schwarz
2019-12-13 23:25:54 +01:00
60bd2ccb6c
Initial Commit
Initial-Version
Marcel Schwarz
2019-09-15 21:05:34 +02:00