koomenk
|
3 years ago
|
on: Show HN: Pointless – Endless drawing canvas desktop app
Tauri is young in development but offers a lot already. Initially I used Electron and couldn’t make a normal build that would package my app properly so I gave up. Then I discovered Tauri. It does everything you need with a single command which is awesome!
koomenk
|
7 years ago
|
on: Show HN: Vim gf-command improved
Another thing I just tested using “includeexpr”, “path” and “suffixesadd” is that it is not possible (as far as my knowledge goes) to let vim open files correctly if the import path is a directory. Which my module does very well for javascript-like projects.
koomenk
|
7 years ago
|
on: Show HN: Vim gf-command improved
The main difference is that I want “fg” to be better, smarter to detect file paths. As I mentioned already, javacript-like projects use lots of absolute imports these days and these are not resolved by gf.
koomenk
|
7 years ago
|
on: Show HN: Vim gf-command improved
I am not sure if I get your point according to your reference, but the expression in your reference is way simpler than mine, although I should have used includeexpr rather than remapping fg itself. I’ll put that on my todo list, since that is the recommended way.