Skip to content

Tags: whyakari/nvim

Tags

v1.1.0

Toggle v1.1.0's commit message
pkg/termux/termux.go: fix: clone nvim repository into temporary direc…

…tory

Signed-off-by: Akari Shoiya <[email protected]>

v1

Toggle v1's commit message
main.go: init new output verification

problem:
the output is not readable when faill in installation

idea/solved:
If the command works manually, the problem may be related to the context in which the command is being executed by your Go program. Here are some things to check:
1. Command Error: Capture and display the error output from the git clone command to see what the specific problem is.

This is how you can capture and display the command's error output.

Signed-off-by: Akari <[email protected]>

v1.0.8

Toggle v1.0.8's commit message
Revert "nvim: new plugin for auto saving sessions"

This reverts commit 56af5af.

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
workflow: (release): added automatic push when there are changes.

Signed-off-by: 明 <[email protected]>

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main.go

v1.0.5

Toggle v1.0.5's commit message
fix installation lua in pkg/termux/termux.go

v1.0.4

Toggle v1.0.4's commit message
update init.lua

v1.0.3

Toggle v1.0.3's commit message
update pkg/termux/termux.go

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update: ubuntu.go

move IsUbuntu() function up like other arch/termux, following the syntax.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Arch Linux distribution

This change adds support for the Arch Linux distribution (if is arch based on amd/x64) to the IsArchLinux() function.
The function will now return true if the operating system is Arch Linux or Arch ARM.