Micah Halter
43d458135a
docs: update images in README
2023-07-11 11:16:28 -04:00
Micah Halter
4e557db199
chore(snapshot): update lazy_snapshot
2023-07-11 11:16:28 -04:00
Micah Halter
5cf7f078b1
feat(snapshot): update AstroTheme to v2
2023-07-11 11:16:28 -04:00
Joshua Yin
51f43b8f11
feat(astro): add telescope mapping for git buffer commits
2023-07-11 11:16:28 -04:00
Micah Halter
e7f7689f7d
chore: update Mastodon link
2023-07-11 11:16:28 -04:00
Micah Halter
844d7ad870
fix(ui): fix treesitter starting for notification highlighting
2023-07-11 11:16:28 -04:00
Micah Halter
c5bd9e5808
fix(heirline): ignore dap-repl in tabline
2023-07-11 11:16:28 -04:00
Micah Halter
58dbc77059
fix(treesitter): we shouldn't ensure_installed anything
2023-07-11 11:16:28 -04:00
Micah Halter
346c19a0ed
chore(snapshot): update lazy_snapshot
2023-07-07 07:09:53 -04:00
Micah Halter
f714cd8800
fix(autocmds): fix q close for temp windows not working everywhere
2023-07-07 07:09:53 -04:00
Micah Halter
775c409f0c
fix(lsp): fix Neoconf lazy loading on :Neoconf
2023-07-07 07:09:53 -04:00
Micah Halter
4420060f35
revert(lsp): revert hacky fix for Neoconf, as it's not stable
...
Refs: e1614f2
2023-07-06 17:27:57 -04:00
Micah Halter
bd2e8c29b3
chore(snapshot): update lazy_snapshot
2023-07-06 15:29:37 -04:00
Micah Halter
a9507eb7ed
fix(utils): update is_available to use the correct lazy API
2023-07-06 15:29:37 -04:00
Micah Halter
26d148e45c
refactor: simplify notification formatting implementation
2023-07-06 15:29:37 -04:00
Micah Halter
7fc032d5a2
fix(heirline): improve lualine integration with statusline
2023-07-06 15:29:37 -04:00
Micah Halter
e1614f2518
fix(lsp): hacky fix for neoconf lazy loading
2023-07-06 15:29:37 -04:00
Micah Halter
b7160d3309
fix: disable lua_ls formatting with Neoconf
2023-07-06 15:29:37 -04:00
Tiago Muniz de Araujo
822f6c2f03
fix(utils): set cursor in a better position ( #2094 )
2023-07-06 15:29:37 -04:00
Micah Halter
f66a31a83d
chore: use vim.ui.open if it's available
2023-07-06 15:29:37 -04:00
Micah Halter
31fbc64551
feat: include tables for all map modes in mappings and lsp.mappings
2023-07-06 15:29:37 -04:00
Josh and Micah Halter
a918f876a9
fix(ui): notifications appearing on top in unintended situations ( #2093 )
...
* fix(ui): notifications appearing on top in unintended situations
* fix(ui): increase notification zindex to 175
Co-authored-by: Micah Halter <micah@mehalter.com >
---------
Co-authored-by: Micah Halter <micah@mehalter.com >
2023-07-06 15:29:37 -04:00
Micah Halter
4dea26277b
refactor: clean up implementation of git worktrees
2023-07-06 15:29:37 -04:00
Josh
ea9b28c01f
feat: add vim.g.git_worktrees to enable usage of detached git working trees ( #2092 )
...
* feat(options): add setting to enable git integration for custom worktrees
* fix(autocmds): add additional check for AstroGitFile to see if file is in custom worktree
* refactor(autocmds): extract `in_worktree()` to custom utility function `find_worktree()`
* feat(mappings): allow toggle lazygit to automatically load git worktrees if available
* chore(mappings): cleanup redundant toggle lazygit mapping
2023-07-06 15:29:37 -04:00
Micah Halter
543754f48d
fix(treesitter): ensure markdown treesitter parser
2023-07-06 15:29:37 -04:00
Micah Halter
fe82ee7630
fix(utils): load treesitter when making notifications
2023-07-06 15:29:37 -04:00
Micah Halter
219e1c7050
fix(utils): conceal syntax and cursor
2023-07-05 14:51:29 -04:00
Micah Halter
9bd4e3e605
chore(snapshot): update lazy_snapshot
2023-07-05 14:36:43 -04:00
Micah Halter
70f77bd85b
chore: use vim.uv instead of vim.loop if available
2023-07-05 14:36:43 -04:00
Micah Halter
c25174a148
chore: add nice formatting to AstroNvim notifications
2023-07-05 14:36:43 -04:00
Micah Halter
02c2f50149
fix(utils): disable spell checking for notifications
2023-07-05 14:36:43 -04:00
Micah Halter
04b36ef724
chore(snapshot): update lazy_snapshot
2023-07-05 10:04:36 -04:00
Micah Halter
52316a63d5
fix(utils): set AstroNvim notifications to markdown filetype
2023-07-05 10:04:36 -04:00
Micah Halter
882e268668
chore(snapshot): move heirline to tracking semantic version
2023-07-05 10:04:36 -04:00
Josh
cf4c9dc62a
chore(autocmds): replace utils.event with astroevent for consistency
2023-07-05 10:04:36 -04:00
Micah Halter
87a05226b0
fix: remove mini.ai as it's too unstable
2023-07-04 10:21:06 -04:00
Micah Halter
730a7fed65
chore(snapshot): update lazy_snapshot
2023-07-04 09:33:00 -04:00
Yehor Borkov
2a13938a36
fix(cmp): only build LuaSnip if NOT on Windows
...
`make` is usually available on UNIX systems, but the current check sets the `build` property if `win32` IS PRESENT.
This means that the `build` property is present in the case of Windows, and absent in the case of UNIX.
As a Windows user, I get an error every time I update my plugins, and UNIX users don't get the feature they usually can install correctly.
I updated the check to detect if `win32` is NOT `1`, instead of NOT `0`, so that the `build` property is only present on non-Windows systems.
2023-07-04 09:33:00 -04:00
Micah Halter
987a7eae5b
chore(snapshot): update lazy_snapshot
2023-07-03 20:58:03 -04:00
Micah Halter
5a65b9dd75
fix: improve which-key integration with set_mappings
2023-07-03 20:55:25 -04:00
Micah Halter
cd81a45c1d
fix(utils): improve AstroReload command
2023-07-03 20:55:25 -04:00
Micah Halter
d47914f112
chore(snapshot): update lazy_snapshot
2023-07-01 10:02:51 -04:00
Micah Halter
14d7b5029e
revert(status): fix git signs refresh
2023-07-01 10:02:51 -04:00
Micah Halter and Thuấn Đỗ Hoàng
ad6f5785e3
feat(neo-tree): add F to find in dir neo tree ( #2067 )
...
Co-authored-by: Thuấn Đỗ Hoàng <thuan.dh@teko.com >
2023-07-01 10:02:51 -04:00
Micah Halter
768951a711
fix(lsp): update to new inlay_hint API (Neovim 0.10 only)
2023-07-01 10:02:51 -04:00
Micah Halter
0d17e3c9be
fix(snapshot): update mini.bufremove for bug fix
2023-06-29 09:48:22 -04:00
Micah Halter
632139fdd6
fix(updater): fix stylua formatting for generated snapshot
2023-06-29 09:48:22 -04:00
Micah Halter
e3ca522663
chore(snapshot): update lazy_snapshot
2023-06-29 08:44:25 -04:00
Micah Halter
dd4941d538
fix(updater): sort plugins when generating snapshot
2023-06-29 08:44:25 -04:00
Micah Halter
70dd3f8f27
fix(git): add after and queries to gitignore
2023-06-29 08:44:25 -04:00