aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Optimize rendering by using Ropey::byte_sliceBlaž Hrastnik2022-03-17
* fix enum definition for use-grammars selections (#1818)Michael Davis2022-03-16
* Update dependencies (crossterm 0.23.1)Blaž Hrastnik2022-03-16
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* simplify Julia config (#1811)ChrHorn2022-03-15
* build(deps): bump tree-sitter from 0.20.5 to 0.20.6 (#1813)dependabot[bot]2022-03-15
* build(deps): bump regex from 1.5.4 to 1.5.5 (#1812)dependabot[bot]2022-03-15
* Add horizontal and vertical split scratch buffers (#1763)Joe2022-03-14
* Deploy docs for master separately (#1783)Gokul Soumya2022-03-14
* Handle panic on move within empty picker (#1786)Rohan Jain2022-03-14
* Perform extend line on every selection (#1804)Ivan Tham2022-03-14
* Match in visual use head not anchor (#1805)Ivan Tham2022-03-14
* ci: configure restore-keys for caches (#1806)Michael Davis2022-03-14
* minor: occurance -> occurrenceBlaž Hrastnik2022-03-14
* fix #1808Blaž Hrastnik2022-03-14
* Fix: insert_register (#1751)Narazaki Shuji2022-03-13
* Update keymap documentation in the book (#1745)Daniel S Poulin2022-03-13
* C# highlighting improvements (#1795)Philipp Mildenberger2022-03-12
* Use `^` and `$` to match the beginning and end of a line when searching (#1790)nibon72022-03-12
* use 'cargo test --workspace' in CI (#1793)Michael Davis2022-03-12
* Add csharp lsp support (#1788)Aaron Housh2022-03-12
* theme: Use distinct colors for match pair and cursor for gruvbox (#1791)Rohan Jain2022-03-11
* remove stray 'println!' from grammar building function (#1785)Michael Davis2022-03-11
* fix '--grammar' flag in help text (#1784)Michael Davis2022-03-10
* Remove remaining helix-syntax leftoversBlaž Hrastnik2022-03-10
* update revision for tree-sitter-rescriptMichael Davis2022-03-10
* flake: use builtins.fetchTree to shallow-clone grammar reposMichael Davis2022-03-10
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
* fetch and build grammars with nix in flakeMichael Davis2022-03-10
* fetch and compile tree-sitter grammars in helix-term buildMichael Davis2022-03-10
* only fetch git-sourced grammarsMichael Davis2022-03-10
* shallow cloneSkyler Hawthorne2022-03-10
* fix context in errorSkyler Hawthorne2022-03-10
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* add 'use-grammars' to languages.tomlMichael Davis2022-03-10
* ensure rust grammar is available in CIMichael Davis2022-03-10
* replace all submodule documentation with flags documentationMichael Davis2022-03-10
* implement build_grammars and fetch_grammarsMichael Davis2022-03-10
* add --fetch-grammars and --build-grammars CLI flagsMichael Davis2022-03-10
* rename tree_sitter_library in LanguageConfig to 'grammar'Michael Davis2022-03-10
* migrate helix-syntax crate into helix-core and helix-termMichael Davis2022-03-10
* add tree-sitter sources to languages.tomlMichael Davis2022-03-10
* remove all submodulesMichael Davis2022-03-10
* Add --edit-config flag to directly open config.toml (#1771)Joe2022-03-09
* Update architecture.md (#1750)Daniel S Poulin2022-03-09
* Fix bug in LSP when creating a file in a folder that does not exist (#1775)Emil Fresk2022-03-08
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* use latest nix-cargo-integration which depends on dream2nix (#1758)Michael Davis2022-03-08
* Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724)Daniel S Poulin2022-03-08
* Allow highlighting additional spans in md rendererGokul Soumya2022-03-08