779de263f1
feat(util): mini.bufremove
is no longer needed
2024-05-17 10:10:31 +02:00
f8de965d3e
feat(options): new option to disable deprecation warnings. warnings will be hidden bydefault
2024-05-17 09:19:28 +02:00
3b74ef793f
feat(keymaps): added leader-uI to open InspectTree
2024-05-16 21:25:51 +02:00
2391ac0420
refactor(options): refactored options
2024-05-16 16:37:26 +02:00
44d51e5a65
refactor(options): prefer opt in place of vim.opt ( #3167 )
2024-05-16 07:59:19 +02:00
9337db17c2
fix(autocmds): remove query from q-to-quit autocmd ( #2838 )
2024-05-15 16:12:18 +02:00
36802fea19
fix(keymaps): better up/down keymaps description ( #1909 )
2024-05-15 16:10:06 +02:00
095bc13188
style(keymaps): clarify no to use LazyVim.safe_keymap_set
#3085
...
* Update keymaps.lua
add more explanation about what to use
* Update keymaps.lua
* fix typo YOU => YOUR
2024-05-03 09:10:36 +02:00
9e3af1070f
feat(git): <leader>gb
for Git Blame Line
2024-04-11 17:23:46 +02:00
5646ee5191
chore(main): release 10.21.1 ( #2873 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-29 10:08:37 +01:00
349ae03f09
fix: merge conflict
2024-03-29 09:45:31 +01:00
0af1fd82d7
chore(main): release 10.21.0 ( #2870 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-29 08:19:18 +01:00
20b2806a8f
chore(main): release 10.20.1 ( #2869 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-28 23:57:49 +01:00
b26be29330
chore(main): release 10.20.0 ( #2849 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-28 23:51:31 +01:00
e3075b05ef
fix(config): type filter was broken for telescope symbols
2024-03-27 15:04:41 +01:00
c901640167
chore(main): release 10.19.0 ( #2835 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-27 11:28:17 +01:00
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case ( #2844 )
2024-03-27 08:56:44 +01:00
7d570fad79
fix(autocmds): auto create directory on windows for uris. Fixes #2442
2024-03-26 20:48:56 +01:00
1de90e7e4c
chore(main): release 10.18.0 ( #2834 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 20:33:06 +01:00
426cd3ed91
feat(lazygit): configure lazygit nvim-remote as editor and enable nerdfont icons
...
can be disabled with `vim.g.lazygit_config = false`
2024-03-26 19:55:14 +01:00
55c2527dfe
chore(main): release 10.17.3 ( #2833 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 17:41:37 +01:00
49a1afab53
chore(main): release 10.17.2 ( #2831 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 15:30:56 +01:00
20efdd44da
chore(main): release 10.17.1 ( #2827 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 13:46:01 +01:00
4796dba8f7
chore(main): release 10.17.0 ( #2805 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 12:47:36 +01:00
7d0dbc6ded
feat(lazygit): lazygit now automatically uses colors from your Neovim colorscheme
...
Disable by setting `vim.g.lazygit_theme = false` in your `options.lua`
2024-03-26 12:43:07 +01:00
7ab6285011
feat(options): Disable foldtext for nightly ( #2447 )
...
* chores(format.lua): Fix typo
* Change gitsigns.nvim hunk preview shortcut
Change `preview_hunk` to recently added `preview_hunk_inline` command
* feat(options): remove redundant commented line
* feat(options): use native folding
see https://github.com/neovim/neovim/pull/20750
2024-03-22 10:38:10 +01:00
c91982a8bc
chore(main): release 10.16.0 ( #2791 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-22 10:33:16 +01:00
3d4ab4eb26
feat(lazyterm): optional shell setup, mainly for pwsh. Fixes #2151
2024-03-22 09:49:07 +01:00
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util")
2024-03-22 09:15:09 +01:00
3a87c08cda
feat: use vim.uv
everywhere instead of vim.loop
2024-03-22 09:02:34 +01:00
6e57e86c99
feat: added LazyVim global. Will refactor specs later to use that
2024-03-20 17:26:50 +01:00
642bcf168b
chore(main): release 10.15.0 ( #2790 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-20 17:19:56 +01:00
1432f318b6
chore(main): release 10.14.0 ( #2741 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-19 22:44:49 +01:00
d8d380a60e
fix(lazygit): make sure we start lazygit in a valid git root
2024-03-18 11:23:55 +01:00
42a7e79d5a
fix(git): use compatible function for windows and linux ( #2740 )
2024-03-15 18:01:33 +01:00
0107a1079b
chore(main): release 10.13.0 ( #2684 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-14 17:16:28 +01:00
0ec7a9040b
feat(git): add <leader>gf for lazygit commit history on current file ( #2728 )
...
* Add <leader>gf for lazygit commit history on current file
* Change root dir to git root using git command
* refactor: cleanup
---------
Co-authored-by: Uthman Mohamed <83053931+1239uth@users.noreply.github.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-03-14 00:06:47 +01:00
1c9f4160a2
fix(options): dont set clipboard in an SSH session, so that OSC52 can be enabled (when supported)
2024-03-11 23:13:51 +01:00
e3bfcb9bf7
chore(main): release 10.12.1 ( #2677 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-08 11:55:40 +01:00
ee2e876252
fix(extras): automatically rename extra symbols-outline => outline. Fixes #2675
2024-03-08 11:47:17 +01:00
c0ad2209b6
chore(main): release 10.12.0 ( #2667 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-07 20:45:12 +01:00
5cabc2ff5b
chore(main): release 10.11.1 ( #2664 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-07 19:04:38 +01:00
8ade97a42c
chore(main): release 10.11.0 ( #2659 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-07 17:51:41 +01:00
21ca466db1
feat(autocmds): added support for copy/paste through ssh. Needs Neovim >= 0.10.0
2024-03-07 12:04:41 +01:00
41e60af52c
style: formatting
2024-03-07 12:00:44 +01:00
29ed06e000
fix(options): don't lower timeoutlen when in VS Code ( #2568 )
...
Avoid lowering timeoutlen when running in VS Code, to avoid
unwanted timeouts from key mappings.
The lower value of 300ms (down from Neovim's default of 1000ms)
works great outside of VS Code, where it helps trigger the which-key UI
quickly, and where which-key prevents timeouts from occuring.
But in VS Code (where which-key isn't applicable), the lower value
makes it difficult to perform some key mappings in time,
such as `]p`, which requires shifting hand position.
2024-03-07 11:39:57 +01:00
16d6ac234a
fix(autocmds): nvim already binds q to close for man-files ( #2594 )
2024-03-07 11:38:36 +01:00
fe72424e77
chore(main): release 10.10.0 ( #2400 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-21 08:48:55 +01:00
591f850f8a
fix(autocmds): apply conceal level change to local buffer options ( #2409 )
2024-01-23 07:51:34 +01:00
d9287391b7
feat: added LazyHealth
that loads all plugins and runs :checkhealth
2024-01-22 08:03:15 +01:00