1
0
mirror of https://github.com/helix-editor/helix synced 2026-04-23 14:26:26 +02:00

Commit Graph

  • c39acdc94d chore(ci): build AppImage for aarch64-linux yvt 2022-09-03 21:49:45 +0900
  • 44b447947c
    fix: lsp: Don't send didOpen events for documents with no URL Blaž Hrastnik 2022-09-04 17:28:17 +0900
  • cc4b71274a
    minor: Simplify another document_mut statement Blaž Hrastnik 2022-09-04 17:27:15 +0900
  • f0d1caafcf
    Look for the external formatter before invoking it (#3670) Michael Davis 2022-09-03 23:29:20 -0500
  • 99d0d5a7a6 Add formatter elm-format for Elm kyra 2022-09-03 20:04:22 -0500
  • 2768482768 file type customization, plus docs Seth Bromberger 2022-09-03 20:56:20 -0400
  • 0d76775453
    Fix typos in tutor (#3664) Fangrui Song 2022-09-03 15:30:03 -0700
  • 9cf16aa504
    add missing --> João Fernandes 2022-09-03 18:11:44 -0300
  • f5bd43f12c elixir: inject zig, json into sigils Connor Lay (Clay) 2022-09-03 10:07:35 -1000
  • ec32c40de5 elixir: inject markdown into live view docs Connor Lay (Clay) 2022-09-01 19:36:37 -0700
  • 4df31befe5 elixir: group multiple comment ts objects together Connor Lay (Clay) 2022-09-01 17:52:22 -0700
  • 991c93a186 custom spinners with docs and statusline integration Seth Bromberger 2022-09-03 15:37:56 -0400
  • 5e3f9899d3 custom spinners with docs and statusline integration Seth Bromberger 2022-09-03 15:31:09 -0400
  • 4b15067678 Merge branch 'master' of https://github.com/helix-editor/helix Seth Bromberger 2022-09-03 15:28:49 -0400
  • e6f713dcce Update tutor Fangrui Song 2022-09-03 09:45:06 -0700
  • 66e58a2ecb
    Merge 30edb398a0212d1ebafe2c438eb4dfd78d91918d into c93d52cc8a8fd4aafcdbe13c0684d9ddec68ef90 Seth Bromberger 2022-09-03 11:05:35 -0500
  • 8d0158eaa0
    Look for the external formatter before invoking it Michael Davis 2022-09-03 10:43:20 -0500
  • c93d52cc8a
    Fix cargo doc warnings, and add GitHub action to ensure it (#3650) A-Walrus 2022-09-03 17:58:16 +0300
  • 301f96947c Propely handle theme errors with config-reload A-Walrus 2022-09-03 16:36:16 +0300
  • ba65720f71 Don't change config to default when refreshing invalid config A-Walrus 2022-09-03 16:26:09 +0300
  • 8a2794d298 Cleanup docs for tree.rs A-Walrus 2022-09-03 09:58:51 +0300
  • e1b5e28fef Made indent documentation clearer A-Walrus 2022-09-03 09:54:43 +0300
  • 250f1d56c4
    nix: fix indent and use alejandra Timothy DeHerrera 2022-09-02 17:44:26 -0600
  • 59f7b07c86
    build(nix): update flake deps (#3663) Yusuf Bera Ertan 2022-09-03 07:16:34 +0300
  • a9922f515c
    build(nix): update flake deps Yusuf Bera Ertan 2022-09-03 07:01:18 +0300
  • 6ec4017a8d
    Expand doc/view macros to allow fetching specific id Blaž Hrastnik 2022-09-03 12:36:06 +0900
  • 1caba2d3e8
    lsp: Don't log "LSP not defined" errors in the logfile Blaž Hrastnik 2022-09-03 12:18:08 +0900
  • e917a8e0be
    build(nix): update nci, refactor flake, seperate wrapping, add source filtering (#3657) Yusuf Bera Ertan 2022-09-03 01:54:07 +0300
  • 3c38fe9c70
    update boo_berry theme for statusline and indent-guide (#3653) bootra 2022-09-02 18:34:22 -0400
  • b3b164f0d5
    Highlight SQL in sqlx::{query,query_as}!() in Rust (#3647) Charles Hall 2022-09-02 15:26:42 -0700
  • 6e5e38c2ba
    update zig grammar and highlight rules (#3621) voroskoi 2022-09-03 00:22:07 +0200
  • 30edb398a0 Merge branch 'master' into sbromberger/read-only-indicator Seth Bromberger 2022-09-02 17:06:26 -0400
  • 428fa0ee2d
    build(nix): filter out paths that cause rebuilds for build, set meta, pname & version for wrapped drv Yusuf Bera Ertan 2022-09-02 22:58:13 +0300
  • ea4fc2b8f3
    build(nix): update nci, refactor flake, seperate wrapping into another derivation to reduce rebuilding of helix Yusuf Bera Ertan 2022-09-02 22:20:35 +0300
  • f3b4a8f3d4
    Update configuration.md PeepNSheep 2022-09-02 12:01:12 -0400
  • c4aea8ef72
    Merge branch 'helix-editor:master' into master PeepNSheep 2022-09-02 11:56:55 -0400
  • 2ffe06b475 Fixed merge error PeepNSheep 2022-09-02 11:56:38 -0400
  • f5524354e4 update boo_berry theme for statusline and indent-guide bootradev 2022-09-02 11:14:44 -0400
  • 143be7d8af Add GitHub action A-Walrus 2022-09-02 12:19:38 +0300
  • 488dd53309
    Update book/src/languages.md midnightexigent 2022-09-02 09:14:19 +0000
  • dfa44d8a37
    Update book/src/languages.md midnightexigent 2022-09-02 09:14:12 +0000
  • f55861bec3 Fix cargo doc warnings A-Walrus 2022-09-02 12:11:12 +0300
  • 9c86b3dedf
    Merge branch 'helix-editor:master' into master Slug 2022-09-02 16:04:48 +0900
  • 872700e0ed
    highlight SQL in sqlx::{query,query_as}!() Charles Hall 2022-09-01 23:22:20 -0700
  • ef2a4c5c0d update zig grammar and highlight rules VÖRÖSKŐI András 2022-08-31 22:56:22 +0200
  • 5ff0047288 chore(ci): build binary for aarch64-linux yvt 2022-09-02 12:44:18 +0900
  • f11a7a8b93 chore(ci): install a pre-release version of Cross yvt 2022-09-02 12:42:25 +0900
  • 346734c6a2 Merge branch 'master' of https://github.com/helix-editor/helix Seth Bromberger 2022-09-01 23:28:01 -0400
  • bd14e9f647 deploy: e8730ca5fd72e3bb275b4d825de40475eabea174 archseer 2022-09-02 02:39:55 +0000
  • e8730ca5fd
    initial implementation of bufferline (#2759) aaron404 2022-09-01 22:39:38 -0400
  • 3b3873a081
    Add comment to empty case Joseph Harrison-Lim 2022-09-01 22:25:09 -0400
  • b4c32ee6fc
    Fix preview bug Joseph Harrison-Lim 2022-09-01 22:20:18 -0400
  • 2b482913fd deploy: 04a4033b6c46e072eebb8b8bf1ec1745022d482d the-mikedavis 2022-09-02 00:58:01 +0000
  • 04a4033b6c
    theme: Add Varua color scheme (#3610) Bertrand Bousquet 2022-09-02 00:57:37 +0000
  • 3da3606b30 style: clippy ok Alexander Brevig 2022-09-02 00:31:16 +0200
  • c8cc55c50d feat: try one way to implment ability to write $file for formatters and in ! Alexander Brevig 2022-09-02 00:23:38 +0200
  • ed9aa6020d fix: early exit Alexander Brevig 2022-09-01 23:59:03 +0200
  • e6e6ec3d91 fix: use reduce and not fold Alexander Brevig 2022-09-01 23:57:17 +0200
  • 20ecab4987 Merge commit 'refs/pull/2759/head' of https://github.com/helix-editor/helix Seth Bromberger 2022-09-01 16:09:18 -0400
  • 1cf35e7f19 style: use explicit imports Alexander Brevig 2022-09-01 21:33:03 +0200
  • 1a8d812f5c fix: cleaner logic for lint reporting Alexander Brevig 2022-09-01 21:28:21 +0200
  • b2f6540f32 fix: better lint output Alexander Brevig 2022-09-01 21:17:21 +0200
  • c99be1648c deploy: 66276ce630cead06c84394768927fe20490d0638 the-mikedavis 2022-09-01 17:10:20 +0000
  • e8eae9be73 deploy: 66276ce630cead06c84394768927fe20490d0638 the-mikedavis 2022-09-01 17:10:17 +0000