This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Commit 29d9752
authored
Move viml to lua (#1)
* chore(vendor): remove unneeded "vendor" folder
* feat(makefile): rewrite makefile for allowing use lua as init file
* chore(minimal_vim): remove minimal_vim.vim because we are gonna using lua
* feat(minimal_init): add minimal_init.lua
* ci(test): add env PLENARY_DIR on github actions
* docs(README): move minimal_vim.vim to minimal_init.lua
* chore(minimal_init): remove print1 parent 8faeba3 commit 29d9752
7 files changed
Lines changed: 20 additions & 14 deletions
File tree
- .github/workflows
- tests
- vendor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
This file was deleted.
Whitespace-only changes.
This file was deleted.
0 commit comments