Commit Graph

5202 Commits (031ca77c977e2a2cf10f5415a7b3008ccc712ded)
 

Author SHA1 Message Date
rojebd 031ca77c97 added vintage theme 10 months ago
rojebd 4530cb5315 added theme repo and about theme 10 months ago
rojebd 69446603fb updated ident guide 10 months ago
rojebd a3e281f361 increase statusline readability colors 11 months ago
rojebd 56ca1ac8b5 update voxed theme 11 months ago
rojebd 2bdac2d52a accidentally reverted changes now i actually changed ruler to bgrey-two 11 months ago
rojebd fc93edb689 updated ruler colors to bgrey-two 11 months ago
rojebd 80fd4314ab updated ruler colors to bgrey-two 11 months ago
rojebd a82ce836e1 updated cursor colors so white is more visible 11 months ago
rojebd b9d5e40adc updated cursor colors to [reversed] 11 months ago
rojebd 59ba52a65a made statusline more readable 11 months ago
rojebd 8b0a3a3010 fixed lsp popup colors 11 months ago
rojebd e1e6e8a898 makes cursor always white
disables the cursor from changing color depeding on which color is hovering over it

ex. hovers over blue -> cursor is blue
11 months ago
rojebd d25b810bb6 fixed suggested stuff 11 months ago
rojebd 409a43be28 used palette's own colours instead of helix's default such as lavender etc 11 months ago
rojebd 2ef84aa537 applied changes that were suggested 11 months ago
rojebd cce5a3d160 updated voxed background
so its not transparent by default
11 months ago
rojebd 6af3a6ceec updated voxed numeric colors 11 months ago
rojebd a18b94dfa3 updated voxed punctuation option 11 months ago
rojebd 9342ae13a2 updated voxed theme comments 11 months ago
rojebd f0c706833d makes the theme not transparent by default
Makes the theme not transparent by default but users can set it transparent if they want to
11 months ago
rojebd d1817aa6b3 updated voxed.toml theme 11 months ago
rojebd 055f605a6a added voxed theme 11 months ago
goyalyashpal d5e6749fa2
Reduce logo.svg size (-93B) (#9106)
* chore(logo): PrettyPrint to reduce size by 93B ...

  * Current size:  2,755 B
  * Original size: 2,848 B
  * Add file's final newline (linux convention)
  * Remove tag separator spaces
  * Add newlines
  * Add tab indentation (instead of 2/4 spaces)
  * Prettify root svg's attribs

* style(logo): Bring style attrb to front

* chore(logo): Remove tab characters

* chore(logo): Remove \n, use LF as final newline

* chore(logo): Minify logo.svg ...

  * Remove final newline too
11 months ago
Sharpened Blade 7b0f92bb3a
Add markup styling to nord theme (#9135)
Fixes https://github.com/helix-editor/helix/issues/9131
11 months ago
romi ab50299efa
Add .glif to XML file-types (#9130)
`.glif` files are standard files in the type design industry. From the
Unified Font Object specification website:

The Glyph Interchange Format (GLIF) is a simple and clear XML
representation of a single glyph. GLIF files typically have a .glif
extension.
https://unifiedfontobject.org/versions/ufo3/glyphs/glif/
11 months ago
Michael Davis 585402d9ff
Update upload/download-artifact actions to v4 (#9120) 11 months ago
0rphee 5f04d09f03
theme: update noctis (#9123) 11 months ago
Evan Richter a98b8ddd1a
add smali language support (#9089) 11 months ago
dependabot[bot] 63218a5126
build(deps): bump lsp-types from 0.94.1 to 0.95.0 (#9117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
11 months ago
Passw 8736ce3889
Update README.md to add link to Kakoune and Neovim (#9119) 11 months ago
ath3 9ba691cd3a
Support drawing popup frame (#4313)
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
11 months ago
ves 06d7dc628e
theme: add horizon-dark (#9008) 11 months ago
Lucas Wagler 970f9e6333
Add Avro schema file support (#9113) 11 months ago
0rphee 0a83d85124
Add haskell-language-server as lsp for cabal files (#9111) 11 months ago
Matouš Dzivjak 80dd585966
feat(themes): add modus vivendi theme(s) (#8894) 11 months ago
dependabot[bot] c1ab94bbef
build(deps): bump thiserror from 1.0.50 to 1.0.51 (#9116)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Gabriel Dinner-David f27fdb2bf4
when text document sync capability is only kind send didSave without text (#9101)
see https://github.com/microsoft/language-server-protocol/issues/288 for details
11 months ago
Novus Nota a1a20d231f
book: Describe usage of `.ignore` and helix-specific ignore files in `[editor.file-picker]` section (#9102) 11 months ago
JJ c56cd6ee8b
Add support for Agda (#8285)
* agda language support (wip)

* improve highlights

* disable agda-language-server

* minor addendum to documentation

* cargo xtask docgen

* oh i can just do this neat

* minor comment cleanup

* upstream updated

* imports: missed a spot

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
12 months ago
TornaxO7 914c83420b
fix `:indent-style` crash (#9087)
* removing unreachable statement in `:indent-style`

* update checks when setting indent line and update docs

* `cargo xtask docgen`
12 months ago
Daniel Ebert 33d85606cf Add alignment indent queries for binary & ternary expressions in C. 12 months ago
Daniel Ebert 723a132bdf Simplify implementation of `add_indent_level`.
Increase hybrid indent heuristic attempt limit to 4.
Clarify the fallback logic in indent heuristic docs.
12 months ago
Daniel Ebert 3e79a35656 Align arguments in a function call in C.
Since the tree-sitter grammar is not very good
at parsing function calls while they're being written,
this is not yet super useful.
However, it prevents the new `hybrid` indent heuristic
from choosing these lines as a baseline, making it
more robust.
12 months ago
Daniel Ebert a5acfdbf10 Add documentation for new indent computation 12 months ago
Daniel Ebert 938a710904 Make the indent heuristic configurable 12 months ago
Daniel Ebert 559bfc1f5e Improve relative indent computation.
Add tests to ensure that relative & absolute indent computation are consistent.
12 months ago
Daniel Ebert d29a66f267 Implement relative indent queries,
i.e. also take into account the indentation of a previous
line when computing the indentation for a new line.
12 months ago
Susheel Thapa 23fd145a56
fix: typo in scm files inside runtime/queries/ (#8630) 12 months ago
JR e332c7d875
Add tutor for match mode (#8751)
* Add tutor for match mode

* Improve the surround tutor

* Add missing == in header

* Reflow

* Update runtime/tutor

Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>

* Update runtime/tutor

Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>

* Update runtime/tutor

Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>

* Apply feedback

---------

Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
12 months ago