You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,21 @@ This repository contains the 'channel.json' file which lists all official micro
22
22
|`filemanager`| A file manager! |https://github.com/NicolaiSoeborg/filemanager-plugin|:heavy_check_mark:|
23
23
|`vcs`| Mark changed lines in Git or Mercurial repositories |https://bitbucket.org/dermetfan/micro-vcs|:heavy_check_mark: (provided by default) |
24
24
|`joinLines`| Plugin which joins selected lines or the following with the current |https://github.com/Lisiadito/join-lines-plugin|:heavy_check_mark:|
25
-
|`bounce`| Plugin that implements nano-style smart home and bouncing the cursor between matching-brackets |https://github.com/deusnefum/micro-bounce|:heavy_check_mark:|
26
-
|`quoter`| Plugin that allows you to add quotes or brackets around selected text |https://github.com/deusnefum/micro-quoter|:heavy_check_mark:|
25
+
|`bounce`| Plugin that implements nano-style smart home and bouncing the cursor between matching-brackets |https://github.com/deusnefum/micro-bounce|:heavy_check_mark:|
26
+
|`quoter`| Plugin that allows you to add quotes or brackets around selected text |https://github.com/deusnefum/micro-quoter|:heavy_check_mark:|
27
27
|`zigfmt`| Provides `zig fmt` integration for Zig files |https://github.com/squeek502/micro-zigfmt|:heavy_check_mark:|
28
28
|`jlabbrev`| Provides backslash abbreviations from the julia prompt |https://github.com/MasFlam/jlabbrev|:heavy_check_mark:|
29
29
|`nord-colors`| A set of dark and light colorschemes based on Nord |https://github.com/KiranWells/micro-nord-tc-colors|:heavy_check_mark:|
30
-
|`autofmt`| Runs `yapf` (or other autoformatters) in place when saving files |https://github.com/a11ce/micro-yapf|:heavy_check_mark:|
30
+
|`autofmt`| Runs `yapf` (or other autoformatters) in place when saving files |https://github.com/a11ce/micro-yapf|:heavy_check_mark:|
31
31
|`bookmark`| Bookmark lines and quickly jump between saved positions |https://github.com/haqk/micro-bookmark|:heavy_check_mark:|
32
32
|`quickfix`| Adds a functionality similar to VIM quickfix pane |https://github.com/serge-v/micro-quickfix|:heavy_check_mark:|
33
-
|`jump`| Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages |https://github.com/terokarvinen/micro-jump|:heavy_check_mark:|
33
+
|`jump`| Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages |https://github.com/terokarvinen/micro-jump|:heavy_check_mark:|
|`lsp`| An basic LSP client implementation |https://github.com/AndCake/micro-plugin-lsp|:heavy_check_mark:|
36
-
|`run`| F5 to save and run, F12 to 'make', F9 to 'make' in background. Go, Python, Lua and executable file (#!) supported. Can 'make' whole project even from subdir. |https://github.com/terokarvinen/micro-run|:heavy_check_mark:|
37
-
|`palettero`| Command palette - Ctrl-P to fuzzy search & run commands, textfilters and descriptions. Use Python oneliners and grep to edit text. |https://github.com/terokarvinen/palettero|:heavy_check_mark:|
38
-
|`cheat`| F1 cheatsheet for the language you're editing: Python, Go, Lua... |https://github.com/terokarvinen/micro-cheat|:heavy_check_mark:|
36
+
|`run`| F5 to save and run, F12 to 'make', F9 to 'make' in background. Go, Python, Lua and executable file (#!) supported. Can 'make' whole project even from subdir. |https://github.com/terokarvinen/micro-run|:heavy_check_mark:|
37
+
|`palettero`| Command palette - Ctrl-P to fuzzy search & run commands, textfilters and descriptions. Use Python oneliners and grep to edit text. |https://github.com/terokarvinen/palettero|:heavy_check_mark:|
38
+
|`cheat`| F1 cheatsheet for the language you're editing: Python, Go, Lua... |https://github.com/terokarvinen/micro-cheat|:heavy_check_mark:|
39
+
|`yazi`| Provides `yazi` support for opening files |https://github.com/RichardFevrier/micro-yazi|:heavy_check_mark:|
0 commit comments