niten94
niten94
I cannot explain properly at this time but there is something said about `%APPDATA%` so I think Windows is used. The work directory (`.`) usually has to be changed manually...
I do not think the code can be changed like you asked because `filepath` is something that is like a library in Go but line 31 can be changed with...
I think there was an error when building because `ConfigDir` and `InitConfigDir` are declared in 2 files. I have not tested and I do not know why there was a...
I have not tested and tried using `lsp` and `filemanager` much, but there is at least `-` instead of `.` in `filemanager.openonstart` in the help file of `filemanager` even though...
I tried reading the code a bit but files are created or truncated then opened using `os.OpenFile` when being saved: https://github.com/zyedidia/micro/blob/2d82362a6695a7e898455ce016449167ac439ddd/internal/buffer/save.go#L57 There was this issue when I tried searching about...
I do not think administrator privileges should be needed when saving a hidden file so adding sudo support on Windows may not be related with the bug in this issue....
I do not think there are packages that have to be installed, but `encoding` option can be specified in arguments like this when running micro so that files will be...
A line can usually be added again in `bindings.json` because a key binding is being tried to be set in a plugin when micro is opened. I think you were...
I do not use AI but I saw that this issue was linked with golang/go#8877. I tried reading details about why localhost DNS server is used and writing about it...