from inhome

This commit is contained in:
2026-03-08 09:44:50 -06:00
parent 213ee60807
commit 1bea4d30ef
7 changed files with 8 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ import (
"syscall"
"time"
"gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gitea.bel.blue/gogs/pttodo/pttodo"
"github.com/google/uuid"
"gopkg.in/yaml.v2"
)
@@ -204,7 +204,7 @@ func vimd(d string) error {
if err != nil {
return err
}
args := []string{editorbin, "-p"}
args := []string{editorbin, "--noplugin", "-p"}
files, err := listDir(d)
if err != nil {
return err