Bjorn Ove Hay Andersen
0a45fb4371
document a-ret picker keybinding ( #7884 )
1 year ago
sigmaSd
cbfe8eef89
add strace highlighting ( #7928 )
...
* feat: add strace tree sitter
* f
1 year ago
Jesse Luehrs
2caca1c4e9
Add pod highlighting ( #7907 )
1 year ago
Daniel Ebert
ee3171cc54
Document @align indent capture.
1 year ago
Skyler Hawthorne
929eb0c39e
expand indents guide
1 year ago
Ivan Isekeev
57f093d836
Jinja language family syntax support ( #7233 )
...
* feat: add jinja language support
* feat: add nunjucks language support
* feat: add to lang support book jinja and nunjucks languages
1 year ago
Jan9103
c0eae84073
feat: add todo.txt tree-sitter ( #7835 )
1 year ago
zetashift
294aa669a2
Add Unison support ( #7724 )
1 year ago
Tshepang Mbambo
cefc33e3df
use AND operator when searching ( #7839 )
...
This makes search results less surprising, because it is how major web search engines behave
1 year ago
Connortsui20
fcbac485f8
Show whether file readonly in statusline ( #7740 )
1 year ago
Petr Gajdůšek
7af37bb3b9
Add tree-sitter textobjects queries for bash ( #7764 )
...
This implements function, (calling) argument and comment captures for use
in the textobject selections in bash.
This also updates the generated docs after adding the textobjects for bash.
1 year ago
woojiq
1d189820a1
feat(indent): add basic java indentation queries ( #7844 )
1 year ago
Jummit
f19793c2f8
Improve wren support ( #7819 )
1 year ago
Jimmy Zelinskie
325692a154
languages: add protobuf language servers ( #7796 )
...
* languages: add bufls protobuf language server
* languages: add pbkit protobuf language server
1 year ago
Skyler Hawthorne
15e07d4db8
feat: smart_tab
...
Implement `smart_tab`, which optionally makes the tab key run the
`move_parent_node_start` command when the cursor has non- whitespace to
its left.
1 year ago
Michael Davis
d4f9716fbc
Add yank_to_clipboard commands, bind to `<space>y` by default
...
The clipboard special registers are able to retain multiple selections
and also join the value when copying it to the clipboard. So by default
we should yank regularly to the '*' and '+' registers. That will have
the same behavior for the clipboards but will allow pasting multiple
selections if the clipboard doesn't change between yanks.
1 year ago
Michael Davis
86a1f0177c
book: Document default and special registers
1 year ago
lydiandy
57952c46a4
replace new lsp for vlang ( #7760 )
...
* fix vlang grammar fetch and build fail
* update highlights.scm for v-analyzer
* Update languages.toml
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Update runtime/queries/v/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* update scm for new lsp
* gen doc lang-support.md
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Jummit
9a4890f62b
Add wren support ( #7765 )
1 year ago
sigmaSd
5ec126d3e2
Fix docs for default statusline config ( #7720 )
1 year ago
J. Brock
2fa576b177
Remove snap aliasing instructions ( #7657 )
...
The helix snap now gets aliased to hx by default at installation time,
so manual aliasing should no longer be required.
Signed-off-by: Joseph Brock <joseph.brock@protonmail.com>
1 year ago
Jesse Luehrs
e7f60611ac
switch to https://github.com/tree-sitter-perl/tree-sitter-perl ( #7644 )
1 year ago
kaashyapan
2ace6032e7
Add fsharp language support ( #7619 )
1 year ago
woojiq
ab819ede9a
docs(install): add how to install helix from snap ( #7625 )
1 year ago
Erasin Wang
2cb00bcbc4
Support inlay-hints for svelteserver. ( #7622 )
1 year ago
Em Zhan
9a324f337a
docs: Update mdBook theme and improve maintainability ( #7524 )
1 year ago
Borys Lykah
7c338429f8
Add language support for persistent library syntax ( #7261 )
1 year ago
Ryan Fowler
828c7432e3
Implement the wa! command ( #7577 )
1 year ago
zer0-x
9ccca81305
book: Rename Arch Linux's repository from `community` to `extra` ( #7543 )
1 year ago
Tshepang Mbambo
9546e0c0a7
docs: align content with parent paragraph ( #7488 )
1 year ago
Álan Crístoffer
2c5288dafb
Replace MATLAB grammar ( #7388 )
1 year ago
Alexander Brevig
b4fe31cad6
Add forth-lsp and update tree-sitter-forth ( #7334 )
...
* feat: add forth lsp and update tree sitter
* fix: update highlights
1 year ago
spectre256
d8b7232a47
Add yank_joined command ( #7195 )
...
Resolves issue #6888 by adding a command to join all selections and yank
them to the specified register. The typed command takes an argument as
the separator to use when joining the selections.
1 year ago
Alex
3fb9fafb2a
Add config for default line ending ( #5621 )
1 year ago
Ivan Svoboda
df094909d1
Webc language support ( #7290 )
...
* feat: add webc language support
* feat: add to lang-support book webc
1 year ago
Thomas Aarholt
cbe2308210
Explain how to enter Select mode in keymap ( #7333 )
...
* Explain how to enter Select mode
Also added an equivalent explanation that Insert mode is the default, with how to return to it.
* Fix glarious typo
1 year ago
Zisulin Morbrot
fbd22afe29
Add rl and rla aliasses for reload and reload-all commands ( #7158 )
1 year ago
kazimir malevich
37fcd160db
Clarify the runtime directory location in installation docs ( #6624 )
...
* runtime config made clearer
* following Unix FHS
* we probably want to install Helix as a regular user without sudo access
* suggestions adopted from @the-mikedavis
* attempted to synthesise comments given
* capitalisation of second header
* required changes hopefully made
* we should have a match now
* Linux windows dir match
1 year ago
Selwyn
18e07addfd
Use Vue language server based on Volar ( #7312 )
1 year ago
Luca Schlecker
dbd248fdfa
add config option for instant completion entry preview (defaulting to true).
...
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
1 year ago
spectre256
00b152facd
Add register statusline element ( #7222 )
1 year ago
Tshepang Mbambo
e2a1678436
Fix book configuration for edit template ( #7278 )
1 year ago
Tshepang Mbambo
27891cdc8d
misc doc fixes/improvements ( #7282 )
1 year ago
Christoph Sax
d324feb072
Add support for language t32 ( #7140 )
...
Co-authored-by: Christoph Sax <christoph.sax@mailbox.org>
1 year ago
Tshepang Mbambo
2f9b63999f
Break long sentence in book configuration footnote ( #7279 )
1 year ago
Alexander Brevig
78e8695420
Add support for Forth ( #7256 )
1 year ago
Ivan Tkachuk
2022e6175b
Add blueprint language ( #7213 )
...
* Add blueprint tree-sitter support
* Add blueprint lsp support
* Run cargo xtask docgen
1 year ago
Rich Seymour
751da01303
Update install.md instructions regarding symlinks ( #7231 )
...
* Update install.md
Fixes `ln` command line bug that could hit users moving from packaged to source builds.
* Remove extra 'how to' command example
1 year ago
avaunit02
232d9f96a0
Fix textobject keybindings in usage docs ( #7197 )
1 year ago
Zisulin Morbrot
d511122279
Add description for 'ui.text.focus' in theme docs ( #7177 )
1 year ago