Dmytro Maluka
|
eadc402ae0
|
Import paths: fix non-alphabetic order
Make gofmt happy about that.
|
2025-03-24 23:01:48 +01:00 |
|
Jöran Karl
|
6e8daa117a
|
ioutil: Remove deprecated functions where possible
|
2025-02-28 18:57:53 +01:00 |
|
Jöran Karl
|
2ddf461ad8
|
import: Use micro-editor/json5 instead of zyedidia/json5
|
2025-01-04 16:01:20 +01:00 |
|
Jöran Karl
|
c46467b5b9
|
plugins: Add capability to dis-/enable them per buffer (#2836)
|
2023-06-05 17:38:33 -07:00 |
|
Sourya Vatsyayan
|
fc3dd9a62f
|
Fix quality issues (#1856)
* Add .deepsource.toml
* Remove unnecessary comparison with bool
* Remove unnecessary use of slice
* Replace multiple `append`s with one
* Remove unnecessary wrapping of function call
* Fix check for empty string
* Simplify error creation with `fmt.Errorf`
* Fix defers before error check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove untrappable `os.Kill` signal
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove empty else branch
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Add missing error check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Merge variable declaration and assignment
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove unnecessary `nil` check
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Revert changes to generated files
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
* Remove .deepsource.toml
Signed-off-by: sourya_deepsource <sourya@deepsource.io>
Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
2020-09-16 00:08:01 -04:00 |
|
Zachary Yedidia
|
015e7c7b83
|
Don't update internal plugins
Ref #1792
|
2020-07-22 15:40:40 -04:00 |
|
Zachary Yedidia
|
eff89a98a7
|
Fix v2 import path for go mod
|
2020-05-04 10:16:15 -04:00 |
|
Zachary Yedidia
|
b0624cb66e
|
Add support for plugin manager within micro
|
2020-02-02 14:20:39 -05:00 |
|
Zachary Yedidia
|
bcb1947a0a
|
Add plugin manager
|
2020-02-01 23:54:38 -05:00 |
|