Skip to content

Commit

Permalink
Merge pull request #1223 from fox0430/develop
Browse files Browse the repository at this point in the history
v0.2.4
  • Loading branch information
fox0430 authored Jan 8, 2021
2 parents 08e4c04 + 992e0bb commit 5f1a927
Show file tree
Hide file tree
Showing 46 changed files with 6,747 additions and 2,169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# - macOS-latest
# - windows-latest
env:
NIM_VERSION: 1.4.0
NIM_VERSION: 1.4.2
steps:
- uses: actions/checkout@v1
- run: |
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ This project's goal is a very customizable, high productivity, user friendly, hi

- Suggestions in ex mode

- Popup window

- VSCode themes

- Build on save

- Work space

- Multiple status bar
- Multiple status line

- QuickRun

- Automatic backups

- Highlighting current words
- Highlight current words

- Highlight/Delete trailing spaces

## Planned features

Expand Down Expand Up @@ -107,9 +107,11 @@ This project's goal is a very customizable, high productivity, user friendly, hi

### Requires

- Nim 1.2.2 or higher
- Nim 1.4.2 or higher

- ncurses (ncursesw)
- ncurses

- xclip (Option on GNU/Linux)

```sh
# Latest released version
Expand All @@ -131,6 +133,8 @@ Welcome❤

## Community

Ask me anything!

- [Discord](https://discord.gg/UaJPnCF)

## License
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ <h2>Moe: Text editor inspired by vim written in Nim.</h2>
<input id="slide-3" type="radio" name="carousel-radio" hidden="" class="carousel-locator"/>
<input id="slide-4" type="radio" name="carousel-radio" hidden="" class="carousel-locator"/>
<!-- carousel container -->
<div class="carousel-container">
<div class="carousel-container" style="height: auto;">
<!-- carousel item -->
<figure class="carousel-item">
<label for="slide-4" class="item-prev btn btn-action btn-lg"><i class="icon icon-arrow-left">
<label for="slide-2" class="item-prev btn btn-action btn-lg"><i class="icon icon-arrow-left">
</i></label>
<label for="slide-2" class="item-next btn btn-action btn-lg"><i class="icon icon-arrow-right">
</i></label>
Expand All @@ -125,7 +125,7 @@ <h2>Moe: Text editor inspired by vim written in Nim.</h2>
<figure class="carousel-item">
<label for="slide-1" class="item-prev btn btn-action btn-lg"><i class="icon icon-arrow-left">
</i></label>
<label for="slide-3" class="item-next btn btn-action btn-lg"><i class="icon icon-arrow-right">
<label for="slide-1" class="item-next btn btn-action btn-lg"><i class="icon icon-arrow-right">
</i></label>
<img src="https://user-images.githubusercontent.com/15966436/93625471-f84c4e00-fa1c-11ea-961c-f26c648ec436.png" loading="lazy" class="img-responsive rounded"/>
</figure>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h2>Moe: Text editor inspired by vim written in Nim.</h2>
<li>VSCode themes</li>
<li>Build on save</li>
<li>Work space</li>
<li>Multiple status bar</li>
<li>Multiple status line</li>
<li>QuickRun</li>
<li>Automatic backups</li>
<li>Highlighting current words</li>
Expand Down
Loading

0 comments on commit 5f1a927

Please sign in to comment.