Commit Graph

  • 7d20740b5b Fix docgen and lsp-stop documentation Philipp Mildenberger 2023-03-18 23:41:38 +0100
  • 60a6af1fea Remove boilerplate in the goto methods by generically composing functions Philipp Mildenberger 2023-03-18 23:13:58 +0100
  • d963050621 Format/fix language docs a bit Philipp Mildenberger 2023-03-18 22:53:09 +0100
  • 9639f42766 Refactor doc.shown_diagnostics to avoid an extra HashSet Philipp Mildenberger 2023-03-18 21:10:10 +0100
  • 1122928c2a Add method doc.supports_language_server for better readability Philipp Mildenberger 2023-03-18 20:33:17 +0100
  • ec2f9091a0 Simplify Display implementation for LanguageServerFeature Philipp Mildenberger 2023-03-18 20:32:34 +0100
  • 76b5cab524 Refactored doc.language_servers and doc.language_servers_with_feature to return an iterator and refactor LanguageServerFeature handling to a HashMap (language server name maps to features) Philipp Mildenberger 2023-03-18 20:12:20 +0100
  • 0637691eb1 Use DoubleEndedIterator instead of collect to Vec for reversing Philipp Mildenberger 2023-03-18 17:00:57 +0100
  • dd2f74794a Fix error messages when no language server is available Philipp Mildenberger 2023-03-18 16:45:07 +0100
  • 19f88fc577 Simplify Display implementation of LanguageServerFeature Philipp Mildenberger 2023-03-17 15:41:40 +0100
  • f9b08656f4 Fix sorting issues of the editor wide diagnostics and apply diagnostics related review suggestions Philipp Mildenberger 2023-03-17 15:30:49 +0100
  • 4da6d8ccc7 str instead of String Philipp Mildenberger 2023-03-16 00:41:43 +0100
  • b6c60beb2d Remove unnecessary completion support check (likely an artifact) Philipp Mildenberger 2023-03-16 00:39:35 +0100
  • 44b2b40190 Fix issue with ltex-ls, filtering params is not what we want here Philipp Mildenberger 2023-03-16 00:35:06 +0100
  • 05583f8cc9 Fix hardcoded offset_encoding Philipp Mildenberger 2023-03-16 00:34:05 +0100
  • 74e21e1b25 Fix some lints/docgen hints Philipp Mildenberger 2023-03-13 15:01:11 +0100
  • 7d4f7eb4bd Fix 'WorkspaceConfiguration' request with empty configuration section strings Philipp Mildenberger 2023-03-27 21:05:27 +0200
  • 71551d395b Adds support for multiple language servers per language. Philipp Mildenberger 2022-05-23 18:10:48 +0200
  • 7f5940be80 Add 23.05 to the AppData Michael Davis 2023-05-18 15:56:49 +0900
  • 59f8f5e6d4 Add changelog notes for the 23.05 release Michael Davis 2023-04-05 15:37:08 -0500
  • 04fbf30488 Bump the version to 23.05 Michael Davis 2023-04-05 15:37:20 -0500
  • 2cccb3f09c
    Fix completion on paths containing spaces (#6779) Ivan Gulakov 2023-05-18 08:27:29 +0200
  • b0705337be automatically disable TS when parsing takes longer than 500ms Pascal Kuthe 2023-05-12 16:49:39 +0200
  • 2f2306475c async picker syntax highlighting Pascal Kuthe 2023-05-12 16:42:00 +0200
  • c6f169b1f8 cleanup integration tests Pascal Kuthe 2023-05-03 16:11:57 +0200
  • 25d4ebe30d don't move cursor while forward deleting in append mode Pascal Kuthe 2023-02-20 16:31:26 +0100
  • 2c3ccc3e8b cleanup delete_by_selection_insert_mode function Pascal Kuthe 2023-02-16 22:59:15 +0100
  • f8225ed921 fix panic when deleting overlapping ranges Pascal Kuthe 2023-02-16 22:15:06 +0100
  • 6842fd4c36 clarify comments about completion savepoints Pascal Kuthe 2023-04-07 14:50:47 +0200
  • 28b730381c only resolve completion items once Pascal Kuthe 2023-04-05 20:25:28 +0200
  • bcb8c3d34d deduplicate savepoints Pascal Kuthe 2023-04-05 20:24:49 +0200
  • 9c558fc470 ensure correct trigger/start completion offset Pascal Kuthe 2023-04-05 01:38:17 +0200
  • 30ff7f8db2 resolve completions before applying transactions Pascal Kuthe 2023-04-04 23:35:31 +0200
  • 5406e9f629 correctly handle completion rerequest Pascal Kuthe 2023-04-04 23:34:47 +0200
  • 91da0dc172
    Update nightfox theme (#7061) Jan Scheer 2023-05-18 03:16:25 +0200
  • 6f135e58a3
    languages.toml: recognize `gml` files. (#7055) gibbz00 2023-05-16 06:02:22 +0200
  • e9efcebdb0
    languages.toml: recognize `geojson` files. (#7054) gibbz00 2023-05-16 06:01:27 +0200
  • 4b9dba8217
    build(deps): bump serde from 1.0.162 to 1.0.163 (#7056) dependabot[bot] 2023-05-16 10:26:16 +0900
  • b50032ee85
    build(deps): bump tokio from 1.28.0 to 1.28.1 (#7057) dependabot[bot] 2023-05-16 10:26:05 +0900
  • d5fe08ddb8
    Replace DAP vars popup, instead of adding new (#7034) A-Walrus 2023-05-13 18:44:25 +0300
  • 06d7f5d100
    Add comment injections for Odin (#7027) lefp 2023-05-12 10:53:07 -0400
  • 5938e2c0dc
    fix: update upstream tree-sitter-dockerfile (#6895) Vitalii Solodilov 2023-05-12 04:29:06 +0300
  • 3b8c15618f
    Fix warnings from clippy (#7013) ZJPzjp 2023-05-11 13:44:52 +0800
  • 1e5997dc98
    nix: Update flake dependencies Blaž Hrastnik 2023-05-11 11:30:46 +0900
  • 87da58578f
    Add better error message for file save failure due to parent not existing (#7014) John Kelly 2023-05-10 20:35:43 +0100
  • 92c328c088
    Add wbc and wbc! commands (#6947) Kitsu 2023-05-09 17:21:29 -0300
  • 8424f387b5
    Remove `tree-sitter-cabal` (#6996) Ollie Charles 2023-05-09 20:31:22 +0100
  • 69332ae3b2
    Add Flathub as third party repository (#6994) David Else 2023-05-09 13:38:36 +0000
  • 7089bc20f0
    build(deps): bump serde from 1.0.160 to 1.0.162 (#7002) dependabot[bot] 2023-05-09 09:30:35 +0900
  • 9cca80bd53
    build(deps): bump libc from 0.2.142 to 0.2.144 (#7000) dependabot[bot] 2023-05-09 09:30:11 +0900
  • 301d45b34b
    build(deps): bump termini from 0.1.4 to 1.0.0 (#7001) dependabot[bot] 2023-05-09 09:29:43 +0900
  • 3fb0562e7b
    Update dracula menu colors (#6987) Chirikumbrah 2023-05-08 20:12:15 +0300
  • 3a9e77934b
    Treat .sty and .cls files as latex (#6986) Andrius Pukšta 2023-05-08 17:11:23 +0000
  • 5ae30f1993
    Fix keymap select / extend mode anchor link (#6974) Dave Powers 2023-05-05 10:43:56 -0400
  • fc1e9a6ff9
    languages: add build.gradle.kts to java and scala roots (#6970) Diego Pontoriero 2023-05-04 18:02:19 -0700
  • c6228825fd
    Add Amberwood theme (#6924) Gagan Janjua 2023-05-03 11:22:54 -0400
  • c49faf5681
    Add language server command for Crystal (#6948) taupiqueur 2023-05-03 02:43:37 +0200
  • d1a4bd876b
    build(deps): bump tokio from 1.27.0 to 1.28.0 (#6935) dependabot[bot] 2023-05-02 10:17:59 +0900
  • 7ea5965bd5
    build(deps): bump tokio-stream from 0.1.12 to 0.1.14 (#6934) dependabot[bot] 2023-05-02 09:59:05 +0900
  • d3e535b697
    build(deps): bump gix from 0.44.0 to 0.44.1 (#6933) dependabot[bot] 2023-05-02 09:58:06 +0900
  • d9a7bd3bc1
    build(deps): bump anyhow from 1.0.70 to 1.0.71 (#6932) dependabot[bot] 2023-05-02 09:57:53 +0900
  • 1b3923374a
    build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931) dependabot[bot] 2023-05-02 09:57:45 +0900
  • 2701781db7
    Dracula theme: change variable and menu colors (#6855) Chirikumbrah 2023-05-02 00:51:35 +0300
  • 015623720c
    Recognise Jupyter notebooks as JSON documents (#6927) Scott Stevenson 2023-05-01 15:21:30 +0100
  • d7878238c1
    Recognise poetry.lock as TOML (#6928) Scott Stevenson 2023-05-01 15:21:10 +0100
  • 75f62bc86f fix didChange notifaction offset encoding Pascal Kuthe 2023-04-30 23:44:06 +0200
  • b0b3f45b80
    Conserve BOM and properly support UTF16 (#6497) Alexis-Lapierre 2023-05-01 00:40:06 +0200
  • efd09b6c7c
    tutor: Delete space between shorthand (#6920) Rafael Madriz 2023-04-30 18:35:34 -0300
  • 5dcc891996
    tutor: Trim trailing white space (#6919) Rafael Madriz 2023-04-30 16:26:38 -0300
  • f52e81b1f3
    Update docs for `move_visual_line_*` (#6918) sscheele 2023-04-30 15:26:18 -0400
  • 77da0ae8ce
    downgrade gix log level to info (#6915) Pascal Kuthe 2023-04-30 16:20:13 +0200
  • f2ccc03332 [Theme - noctis] Change color for whitespace rendering and indent guides 0rphee 2023-04-29 14:29:04 -0600
  • 96720e7b84 [Theme - noctis] Refine multiple cursor highlighting 0rphee 2023-04-29 14:21:15 -0600
  • 6a1bb81f10
    Sort the buffer picker by most recent access (#2980) Evgeniy Tatarkin 2023-04-28 19:05:14 +0300
  • 9c6c63a2be
    inject language based on file extension & shebang (#3970) Timothy DeHerrera 2023-04-28 03:21:34 -0600
  • 204d1eba4b
    feat(commands): add clear-register typable command (#5695) jorge 2023-04-27 21:57:05 +0200
  • 9cdc6b2e8a
    Change Odin grammar to `ap29600/tree-sitter-odin` (#6766) ap29600 2023-04-27 16:32:21 +0200
  • 2836ea2ac4
    feat: add a config option to exclude declaration from LSP references (#6886) Vitalii Solodilov 2023-04-27 17:30:15 +0300
  • 222be0f1e7
    upgrade gitoxide to v0.44 and change repository discovery to worktree-only (#6867) (#6890) Sebastian Thiel 2023-04-27 07:38:07 +0200
  • 6dd5054da4
    Highlight sqlx's `query_scalar{,_unchecked}` macros as SQL (#6793) Cole Helbling 2023-04-26 22:37:17 -0700
  • 8f1671eaaa
    fix panic in inlay hint computation when view anchor is out of bounds (#6883) Pascal Kuthe 2023-04-27 02:38:20 +0200
  • 903bdaae87
    Set PerlNavigator as the language server for Perl (#6860) Wesley 2023-04-26 19:28:54 -0400
  • 488707c7c8
    add go.work and remove Gopkg.toml as Go roots (#6884) Daniel Martí 2023-04-26 15:51:04 +0200
  • 080f85c34f
    fix(nix): fix superflous `/` that breaks the build (#6880) Timothy DeHerrera 2023-04-25 19:15:16 -0600
  • e7f25d88ca
    Avoid extra indentation on Go switches (#6817) Daniel Martí 2023-04-26 01:05:23 +0200
  • 096ed0ced4
    Add extend_to_first_nonwhitespace (#6837) Dimitri Sabadie 2023-04-25 13:14:06 -0400
  • 0097e191bb
    build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873) dependabot[bot] 2023-04-25 11:52:17 +0900
  • d45af96fc4
    build(deps): bump libc from 0.2.141 to 0.2.142 (#6872) dependabot[bot] 2023-04-25 11:51:43 +0900
  • f47f8d538d
    build(deps): bump regex from 1.7.3 to 1.8.1 (#6871) dependabot[bot] 2023-04-25 11:51:35 +0900
  • 11e3fdd153
    build(deps): bump dunce from 1.0.3 to 1.0.4 (#6870) dependabot[bot] 2023-04-25 11:51:25 +0900
  • fd1b3dc499
    build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869) dependabot[bot] 2023-04-25 11:51:12 +0900
  • 61ff2bc094
    return early if soft wrap is invalid (#6856) ymgyt 2023-04-23 22:24:17 +0900
  • 228a4af35f
    make `:u` alias `:update` (#6835) Atticus Sebastiani 2023-04-22 21:07:34 -0500
  • b7c62e200e
    fix windows builds (#6845) Pascal Kuthe 2023-04-22 12:38:25 +0200
  • a1044a6c68
    Change soft-wrap.wrap_at_text_width to kebab case in documentation (#6842) Michael T. Mordowanec 2023-04-21 23:45:50 +0200
  • ee7413a3fd
    tui: Allow toggling mouse capture at runtime (#6675) Michael Davis 2023-04-20 22:53:27 -0500
  • 78088ac185
    Ayu dark improvements (#6622) Paul Lange 2023-04-21 05:53:04 +0200
  • 2342807364
    another refactoring of dracula theme (#6767) Chirikumbrah 2023-04-21 06:51:47 +0300
  • 5aedf11493
    Replace `*.cabal` in Haskell `roots` with `cabal.project` (#6828) Ollie Charles 2023-04-21 04:51:17 +0100
  • c3e2db77f7
    flip symbol range in LSP goto commands (#6794) Pascal Kuthe 2023-04-21 05:50:37 +0200