andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Humor must be! Boring otherwise!
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
I'm not planning to work on plugins on the near future. But yes, I have some ideas. mainly: golang compliled plugins or lua. I'm leaning more to go complied plugins.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Hey fellow vim enthusiast! I wish you all the best with vimgolf.ai
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
That was most "dumb" and simple yet fast approach to get it done. Other ways of implementing it are more time consuming. I've saved a lot of time on it. Like "one day" and it was done.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Hey wyclif! I'll take your idea! amazing! really really like it! wig let it be!
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Hey hit8run, appreciate your feedback. I was also running Helix for a couple of months. great editor. performance is phenomenal.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
it is not more effective than vim nor it will ever be.
it "just" a text editor with no intention to compete with vim or any other great editor.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Ctrl-c will spawn process defined in header and will send all subsequent commands to it. E.g; spawn psql, run sql queries from editor.
For now I have no plans for plugins. Need to finish "base" first and good.
And yes, intention is to keep it minimal.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
Hey Paddy. Vim uses horrible vimscrip, neovim - cool lua.
I have two idea for plugins:
- 1. Rich events system on backend side. e.g. write golang code for plugins, recomplire editor. done. pros: good performance, autocomplete for plugins out-of-the-box. golang. cons: feedback loop is lonfer. recomplier, restart, repeat.
- 2. Use lua. pros: fast development cycle. cons: harder to implement. two languages, communication overhead.
I also use Emacs, btw.
andrew_bbb
|
8 months ago
|
on: Show HN: McWig – A modal, Vim-like text editor written in Go
I appreciate your feedback!