WIP: Apply patches #6

Draft
Trivernis wants to merge 88 commits from old into main

88 Commits (main)

Author SHA1 Message Date
trivernis cfe575764d
Remove the merge stuff 1 year ago
trivernis 6723d8b3db
Fix completions 1 year ago
trivernis cfaf0787f3
Update library versions 1 year ago
trivernis caac568ded
Merge branch 'master' 1 year ago
trivernis 3256b01388
Merge remote-tracking branch 'origin/master' 1 year ago
Trivernis 518297780b Merge pull request 'master' (#1) from Mirrors/helix:master into master
Reviewed-on: #1
1 year ago
trivernis e20886dd60
Merge branch 'master' 1 year ago
trivernis 25e095adf1
Merge branch 'colored-indent-guides' 2 years ago
trivernis 3893898ffc
Merge branch 'master' 2 years ago
SoraTenshi bb48889200 Resolve conflicts 2 years ago
SoraTenshi c14320f26e Merge branch 'master' into colored-indent-guides 2 years ago
SoraTenshi 52db599f2b Add style for rainbow ig, dimming, normal and none 2 years ago
trivernis 2ac533b6bb
Merge branch 'main' of github.com:Trivernis/helix-plus 2 years ago
trivernis 46b135bdc5
Merge branch 'master' 2 years ago
trivernis 37bb8a80d1
Add completion trigger chars 2 years ago
trivernis cc47616ed6
Add completion trigger chars 2 years ago
trivernis 1ad06ee586
Merge branch 'master' 2 years ago
trivernis 482984a5fd
Update README 2 years ago
trivernis 8b789b6b86
Merge branch 'seperate_code_action' 2 years ago
Pascal Kuthe f813ccc1fc
use permalink to vscode repo 2 years ago
Pascal Kuthe a36bb1d27c
use stable sort instead of allocating new vectors 2 years ago
s0LA1337 136487fcde Merge master to colored-indent-guides 2 years ago
s0LA1337 dbd0932921 Merge branch 'master' into colored-indent-guides 2 years ago
Pascal Kuthe 63a54ee19b
sort autocompletins by fuzzy match 2 years ago
Pascal Kuthe 6b16b9dfc8
sort codeaction by their kind instead of alphabetically 2 years ago
s0LA1337 b02d6d98ce Add get_rainbow method, added a todo for rainbow 2 years ago
trivernis 7d4fee8f9c
Remove tests from release workflow 2 years ago
trivernis de29ab04c6
Fix workflows (again) 2 years ago
trivernis a3282a58bf
Modify github workflows 2 years ago
trivernis 18b0d42fa6
Change tree viewer to not allow one to change dirs 2 years ago
trivernis 31447a7340
Change keybind <space>-E to close the explorer instead of toggling recursion 2 years ago
trivernis 38f24a5b41
Add themes for rainbow indentation 2 years ago
trivernis d18a064fad
Merge branch 'colored-indent-guides' 2 years ago
s0LA1337 16312e3b15 Create new style variable that patches on rainbow enabled 2 years ago
s0LA1337 210a7e1c12 patch full style instead of just the foreground 2 years ago
s0LA1337 5989ba88e7 Adjust to use rainbow style array in themes 2 years ago
Michael Davis 1daf0c35c7 Parse rainbow style array in themes
This change adds a field to the schema of themes which takes a
list of styles.

    rainbow = ["red", "orange", "yellow", { modifiers = ["reversed"] }]
    [palette]
    red = "#ff0000"
    orange = "#ffa500"
    yellow = "#fff000"

Normal style rules apply for each element in `rainbows`: you can
use definitions from the palette and the full fg/bg/modifiers
notation.

Themes written with `rainbow` keys are not backwards compatible.
Parsing errors will be generated for older versions of Helix
attempting to use themes with `rainbow` keys.

A default rainbow is provided with base16 colors.

This change is made with rainbow pair characters (parens, brackets, etc.)
in mind but it could also be used for other rainbow cosmetic elements
like rainbow indent-guides.
2 years ago
trivernis 817c2a7e6d
Add blocking on file deletion
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 092163bd8f
Add command to delete the file of the current buffer 2 years ago
trivernis 0725aa1046
Add flag to open the file explorer on startup
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
s0LA1337 9bbc12d7b6 Remove unnecessary typing 2 years ago
s0LA1337 a27c384dd2 Initial implementation of colored indentation guides 2 years ago
trivernis a864b63b0f
Add space to open files in the explorer as an alternative to enter 2 years ago
trivernis 423435d12a
Add auto-select of tree explorer nodes when jumping between buffers 2 years ago
trivernis dbebd26661
Update README 2 years ago
trivernis c7492aea1f
Merge branch 'completion' 2 years ago
trivernis 1e1967308d
Merge branch 'master' 2 years ago
trivernis c77120433f
Modify workflows 2 years ago
trivernis 32079b7ed9
Change some default config values and default theme
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 4487f144bd
Swap screenshot in README
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 83f81c730a
Fix README indentation
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 9d1d6a74ec
Merge remote-tracking branch 'tree-explorer-icons/tree_explorer_icons' 2 years ago
Roland Singer d839c2a2f5 Merge branch 'tree_explorer' into tree_explorer_icons 2 years ago
Roland Singer 3d987c0703 removed match 2 years ago
Roland Singer 92ebab74b5 adjusted explorer to new helix code 2 years ago
Roland Singer eec845cc34 adjusted explorer to new helix code 2 years ago
Roland Singer 8f43b1f6e9 Merge branch 'tree_explore' of https://github.com/cossonfork/helix into tree_explorer 2 years ago
trivernis 63a879d156
Add hint to README 2 years ago
trivernis e0b30e0911
Merge branch 'master' 2 years ago
trivernis beeca2d823
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis 6d245dd3d6
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 233aa1c023
Change keybinds of workspace command picker 2 years ago
trivernis 59c0c41a74
Merge branch 'lsp-execute-command' 2 years ago
trivernis 9816d82e48
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis 3cec10e1b1
Fix missing error variant 2 years ago
trivernis 2da81760f5
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis 388181bab7
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
cossonleo aec001ad84 completion fix 2 years ago
trivernis c24c30584b
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis 18b30200cb
Merge branch 'tree_explore' 2 years ago
trivernis e5ed461ca7
Merge branch 'tree_explore' of github.com:cossonfork/helix into tree_explore 2 years ago
trivernis de3b54563b
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
cossonleo 0e04c4c93c tree helper and file explorer 2 years ago
trivernis 117e3b3b55
Update tree explore with new helix event types
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 151ac52741
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
MDeiml 90d40b70e8 Add workspace command picker 2 years ago
trivernis c3c50517ee
Merge branch 'lsp-restart'
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 6f01208a73
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis a6e16df9a3
Merge branch 'master' of github.com:helix-editor/helix 2 years ago
trivernis 7cb8330751
Merge remote-tracking branch 'pr-tree/tree_explore'
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
Igor Cohanovschi 9c15d4fade Removed unused fields. Renamed style names to be in line with other ui.editor styles 2 years ago
Igor Cohanovschi 9bd9e4cc42 Added icons and light styling to tree_explorer 2 years ago
Igor Cohanovschi e1bf96f25f fixed compilation issue 2 years ago
cossonleo 0f4cfa0fe7 optimize tree explore render 2 years ago
cossonleo 10cd4c56c9 tree helper and file explorer 2 years ago
cossonleo 06a5bca79b optimize tree explore render 2 years ago
cossonleo 21d4bf859b tree helper and file explorer 2 years ago
Carter Green 46ff498766 Add command to restart LSP server
Useful if LSP configuration changes or crashes
2 years ago