Blaž Hrastnik
bf8437d098
clippy lint
3 years ago
Blaž Hrastnik
dc8df7ba21
Make thread_picker non-blocking
3 years ago
Blaž Hrastnik
2b4de41bf0
dap: Reply to RunInTerminal
3 years ago
Blaž Hrastnik
d5d1a9b1ae
Apply suggestions from code review
...
Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
3 years ago
Jason Rodney Hansen
461cd20563
Small change
3 years ago
Jason Rodney Hansen
539c27e3f5
Remove `Clone` derive
3 years ago
Jason Rodney Hansen
0b7911d921
Remove `FormatError`
3 years ago
Jason Rodney Hansen
31ed91dc2e
Don't increment for overlapping changes
3 years ago
Jason Rodney Hansen
584a31cd90
Used checked_add for years and months
3 years ago
Jason Rodney Hansen
c74cd48f38
Cleanup
3 years ago
Jason Rodney Hansen
febee2dc0c
No need to clone format
3 years ago
Jason Rodney Hansen
37e484ee38
Add support for time and more date formats
3 years ago
Jason Rodney Hansen
c9641fcced
Add `Increment` trait
3 years ago
Jason Rodney Hansen
2a0c685a78
Remove dependency on gregorian crate
3 years ago
Jason Rodney Hansen
64afd54654
Cleanup
3 years ago
Jason Rodney Hansen
cc04fabe40
Formatting
3 years ago
Jason Rodney Hansen
57a8e79940
No default features for gregorian
3 years ago
Jason Rodney Hansen
95cfeed2fa
Add support for incrementing year and month
3 years ago
Jason Rodney Hansen
c1f6167e37
Add support for dates for increment/decrement
3 years ago
ath3
11a2f9ac31
Assert in release mode too on duplicate keys ( #1228 )
3 years ago
Oskar Nehlin
a06871a689
feat: Make it possible to keybind `TypableCommands` ( #1169 )
...
* Make TypableCommands mappable
* Fix pr comments
* Update PartialEq implementation
3 years ago
ath3
70c62530ee
Support env flags in shebang ( #1224 )
3 years ago
chunghha
038a6ce22c
rose_pine_dawn.toml colorscheme ( #1226 )
...
* adds: rose_pine_dawn.toml colorscheme
* chore: define ui.statusline.inactive colors of rose_pine
3 years ago
WindSoilder
cf40e61b0a
add more monokai pro filter themes ( #1220 )
3 years ago
Blaž Hrastnik
5545f8ebb5
dap: Add RunInTerminal reverse request, support replying to requests
3 years ago
Blaž Hrastnik
bcf70d8e67
dap: All of these calls don't need &mut
3 years ago
Blaž Hrastnik
43fbb6d965
Make dap_start non-blocking
3 years ago
Blaž Hrastnik
371c84f70b
cargo fmt
3 years ago
Blaž Hrastnik
34f46e7502
Bump rust to 1.57, fix new lint failures
3 years ago
Blaž Hrastnik
032aaffa15
dap: Split call/request in the same way LSP does
3 years ago
Blaž Hrastnik
2dbf966293
dap: Start working on runInTerminal support
3 years ago
Blaž Hrastnik
0d73a4d23a
dap: console = internalConsole is actually not a lldb-vscode param
3 years ago
Blaž Hrastnik
d31bef7fea
lsp: Don't panic if init fails
...
We correctly filter out the language server inside Document to ignore it
if the capabilities are missing, so this way it'll simply ignore the
errored out LSP rather than panicking.
3 years ago
Blaž Hrastnik
01f7a312d0
Address new lint on 1.57
3 years ago
Blaž Hrastnik
a45df12699
nix: Update to lld 13, drop flake-compat (was unused)
3 years ago
Blaž Hrastnik
119dee2980
fix: Correctly detect empty transactions
...
Fixes #1221
3 years ago
WindSoilder
27ffc79c44
Add monokai pro theme ( #1206 )
...
* add monokai_pro theme
* add monokai_pro theme
* claim the inspired theme and original author
* make diagnostic underlined
3 years ago
Ivan Tham
e2b428cc2d
Add last modified file (gm) ( #1093 )
3 years ago
Bob
418b833d2b
fix goto_window index crash ( #1207 )
3 years ago
Blaž Hrastnik
d14ca05d6b
Simplify some cases that use return None to use ?
3 years ago
Blaž Hrastnik
de5e5863aa
dap: Use cursor_line over cursor + char_to_line
3 years ago
Blaž Hrastnik
54f8e5c9c3
dap: Fix an off-by-one and move the function over to commands/dap
3 years ago
Blaž Hrastnik
573cb39926
dap: Remove some unwraps
3 years ago
Blaž Hrastnik
ffc89e483b
Mark some more TODOs as resolved
3 years ago
Blaž Hrastnik
dfd499f5a9
dap: Highlight line of current stack frame
3 years ago
Blaž Hrastnik
c955eaa6cd
Revert "Improve dedent behavior, make kill_to_line_end behave like emacs ( #1173 )"
...
1. pressing o on a line with no indentation will open a new line as
expected, but esc will then delete the line altogether
2. the kill_line behavior happens after insert mode changes are already
commited to history, and the change isn't commited. pressing u after
this will break highlighting & undo history
This reverts commit c08d2fae58
.
3 years ago
Blaž Hrastnik
662ecf0cd4
Annotate Theme::highlight with #[inline]
3 years ago
Blaž Hrastnik
259678585c
ui: Optimize tree-sitter style lookups
...
Tree sitter returns an index referring to the position of the scope in
the scopes array. We can use that same index to avoid a hashmap lookup
and instead store the styles in an array.
This currently stores the styles in both a map and an array because the
UI still uses hashmap lookups, but it's a reasonable tradeoff.
3 years ago
Blaž Hrastnik
7bbf4c5b06
ui: Only calculate span styling when it's actually in bounds
3 years ago
Blaž Hrastnik
d562e13e1f
minor: Use anchor::ensure in some cases
3 years ago