Triton171
cb0bc25a9f
Add indent queries for scheme (and reuse them for common-lisp & racket). ( #8720 )
1 year ago
Yomain
e868678139
Add command to move files with LSP support ( #8584 )
...
* Added rename command
* Added an error if the new path already exists
* Fixed wrong command name being used
* fixed clippy suggestions
* removed didRenameFiles call, fixed early return due to path Err
* added ':rnm' alias to ':rename'
* code cleanup
* formatting
* removed debug line
* cargo fmt
* Improved new buffer error message
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Removed unnecessary path normalizing
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Update helix-term/src/commands/typed.rs
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Update helix-term/src/commands/typed.rs
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Update helix-term/src/commands/typed.rs
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Update helix-term/src/commands/typed.rs
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* feat: change `rename` command to `move`
* feat: add multi lsp support when moving files
* feat: allow lsp calls with a custom timeout
* feat: sending lsp file_changed event once file has moved
---------
Co-authored-by: ontley <theontley@gmail.com>
Co-authored-by: ontley <67148677+ontley@users.noreply.github.com>
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
1 year ago
Skyler Hawthorne
10b178e94b
swap yank command registers ( #8708 )
...
#8703 swapped the `+` and `*` registers, but did not swap them in the
corresponding yank commands.
1 year ago
cgahr
5c325fe342
replace kdl tree-sitter to fix highlighting ( #8652 )
...
* replace kdl tree-sitter
* kdl: adopt highlights for new tree-sitter
* kdl: add indent queries
* kdl: add textobjects
* kdl: improve syntax highlighting
* kdl: update lang-support
* kdl: make indents more concise
---------
Co-authored-by: Constantin Gahr <constantin.gahr@ipp.mpg.de>
1 year ago
Joey Hain
70bbbd7d19
add highlight scope for type parameters ( #8660 )
...
* rust: add highlight scope for type parameters
* handle optional type parameters
1 year ago
Jeffrey Gelens
7d7ed78681
Add MacPorts as installation option for MacOS ( #8663 )
...
* Added MacPorts as installation option for MacOS
* Added macports to ToC
1 year ago
John Careaga
992b7a0c39
Update idle-timeout in docs ( #8661 )
1 year ago
Angus Dippenaar
44e03fa414
add golangci-lint-langserver ( #8656 )
...
* languages add golangci-lint-langserver
* update docs
1 year ago
Frans Skarman
9eec9adb8f
Add LPF tree sitter ( #8536 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Alexander Brevig
2906660119
Add typst language and lsp ( #7474 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Skyler Hawthorne
b5d691a5d7
Add optional runtime fallback directory ( #8610 )
1 year ago
rsteube
764715a6c0
languages: add templ ( #8540 )
1 year ago
Kasper Juul Hermansen
5cb76e74f9
add lsp for graphql ( #8492 )
...
graphql-lsp has quite the strange name upstream, the project is technically called graphql-language-service,
but the binary shipped is called graphql-lsp hence the strange naming scheme
Signed-off-by: kjuulh <contact@kjuulh.io>
1 year ago
Laurent Wandrebeck
bdf7937a59
Add ansible-language-server for yaml ( #7973 )
...
* Update languages.toml
Add ansible support to yaml.
* cargo xtask docgen
1 year ago
DS/Charlie
93e54fa0c8
add support for json5 ( #8473 )
...
* add json5 language
* docgen
1 year ago
Gabriel Dinner-David
1756ba4436
update with new mdbook index.hbs ( #8445 )
1 year ago
Mathis Brossier
7fbfec766c
book: Fix broken link ( #8441 )
1 year ago
Alexis Mousset
2284bce970
Allow specifying a different style for diff indicator in vcs gutter. ( #8343 )
...
This allows using a background in diff style
(for nice patch file coloring) while keeping the
gutter indicator nice (and using appropriate colors).
1 year ago
NomisIV
cb39242783
Use Maskhjarnas tree-sitter-purescript ( #8306 )
1 year ago
Cyrill Schenkel
941dc6c614
add GNU assembler (gas) support #8291 )
1 year ago
Em Zhan
fe6b556f51
Fix search highlighting for the default docs theme ( #8270 )
1 year ago
Em Zhan
7090555dab
Add `insert-final-newline` config option ( #8157 )
...
Co-authored-by: Xalfer <64538944+Xalfer@users.noreply.github.com>
1 year ago
Jesse Luehrs
81d6d3ff0e
re-add indent and textobject queries for perl ( #7947 )
...
* bump tree-sitter-perl version
need some grammar tweaks for the indent queries to function properly
* add indent queries for perl
* add textobject queries for perl
1 year ago
Luke Halasy
b959162ceb
Add tree-sitter-highlight-name command ( #8170 )
...
* adds treesitter-highlight-name command
* commit documentation changes
* moves the get_highlight_name function into core/syntax
* rename get_highlight_name function to get_highlight_for_node_at_position
* addresses pr comments: moves fn into helper fn, simplifies a lot
* commit updated documentation changes
* changes scope method to return &str so that callers can decide whether or not to own
1 year ago
Theodore Gregory
14401ff75b
docs: fix link to document formatting requests ( #8166 )
1 year ago
Weiyuan Wu
8017bb2999
add redraw command ( #6949 )
...
Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>
1 year ago
chtenb
7fffc0a5d1
Rename reset to default ( #8114 )
...
Use `default` instead of `reset`, as this is the conventional name for ANSI codes 39/49. The word `reset` should be reserved for ANSI code `0`, which resets both fg and bg colors at once, while also removing all modifiers. While the code uses the value name `Reset`, this is misleading and should not leak into the user space.
1 year ago
West
82cd445715
add `reset` to the color palette ( #8083 )
1 year ago
Sol Fisher Romanoff
aeaeb09f48
add gemini language support ( #8070 )
1 year ago
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