0e12b00743
chore(main): release 10.4.3 ( #1771 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 00:06:46 +02:00
2e308d5440
fix(neotest): better integration with trouble: no longer steals focus and hides when all ok
2023-10-18 00:04:28 +02:00
5c1656729a
fix(dashboard): config shortcut when opening dashboard again. Fixes #1768
2023-10-17 18:28:06 +02:00
1d4fbd3b2e
fix(keymaps): let keymap n and N opens folds ( #1298 )
...
It's strange that mappings to n and N do not open folds like its original behavior, so I append `zv` to manually open folds.
2023-10-17 18:03:34 +02:00
b0ded5c015
fix(dot): treesitter langs in dot extra were not added
2023-10-17 16:33:55 +02:00
c711309a67
chore(main): release 10.4.2 ( #1765 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-17 10:04:24 +02:00
af3ca06472
docs: fixed conform examples
2023-10-17 08:42:20 +02:00
4da4583b4a
chore(build): auto-generate vimdoc
2023-10-17 06:29:04 +00:00
315df373f2
fix(statuscolumn): correct line numbers & respect more options
2023-10-17 08:28:23 +02:00
42ba1af40f
chore(main): release 10.4.1 ( #1757 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-16 23:09:17 +02:00
ff64cc5399
fix(format): set formatexpr in options so users can override it. Fixes #1759
2023-10-16 23:01:18 +02:00
fef0b3f756
fix(ui): fix BufferLineClose commands ( #1756 )
...
BufferLine has capital letter l
2023-10-16 17:19:52 +02:00
5926cda069
chore(main): release 10.4.0 ( #1747 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-16 15:37:38 +02:00
3dbeda9d96
fix(markdown): add marksman to mason install
2023-10-16 12:44:41 +02:00
98db7ec0d2
perf(root): cache root detection. Fixes #1753
2023-10-16 12:42:54 +02:00
db175ef3f6
chore(build): auto-generate vimdoc
2023-10-16 08:42:32 +00:00
f513e1cede
ci: LazyVim now requires Neovim >= 0.9.0 ( #1751 )
2023-10-16 10:41:54 +02:00
9517e64009
fix(root): root dir for windows. Fixes #1749
2023-10-16 08:35:35 +02:00
152e1c6692
feat(markdown): added headlines.nvim to markdown extra
2023-10-16 08:36:27 +02:00
982c8e301b
fix(conform): remove LazyVim's conform config changes since that's now merged in conform
2023-10-16 08:11:15 +02:00
5c4f881158
style(keymaps): no need to check for trouble to set [q, ]q
2023-10-16 07:44:20 +02:00
8c726cd166
feat(lualine): use gitsigns for diff source ( #1744 )
...
Co-authored-by: edshamis <pc>
2023-10-16 07:44:10 +02:00
c3daced11c
feat(ui): add keymap to close other buffers ( #1743 )
...
* feat(ui): add keymap to close other buffers
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-16 07:35:57 +02:00
66482927cb
chore(build): auto-generate vimdoc
2023-10-16 05:30:47 +00:00
be5eea476c
feat(keymaps): added toggle for treesitter highlights
2023-10-16 07:30:06 +02:00
e26a127185
chore(main): release 10.3.0 ( #1733 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-15 22:51:01 +02:00
c8e5501ee5
feat(tabnine): add build cmd for Windows ( #1737 )
...
* feat(tabnine): add build cmd for Windows
* fix(prettier): use prettier instead of prettierd. Too many people get truncated files. Fixes #712 . See #1735
* feat: disable kind_filter for markdown and help
* feat(lualine): pretty_path now highlights file basename when modified
* fix(root): dont use single-file lsps for root detection. use workspaces only
* feat(lualine): new root dir component that only shows when cwd != root_dir
* refactor
---------
Co-authored-by: edshamis <pc>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-15 22:42:38 +02:00
dfdfcad1aa
feat(lualine): new root dir component that only shows when cwd != root_dir
2023-10-15 22:38:44 +02:00
6f88b8b36f
fix(root): dont use single-file lsps for root detection. use workspaces only
2023-10-15 22:38:15 +02:00
8af7309c7e
feat(lualine): pretty_path now highlights file basename when modified
2023-10-15 22:37:49 +02:00
782fe0bef0
feat: disable kind_filter for markdown and help
2023-10-15 22:34:42 +02:00
57b504b9e8
fix(prettier): use prettier instead of prettierd. Too many people get truncated files. Fixes #712 . See #1735
2023-10-15 22:28:56 +02:00
53e1637a86
feat(dashboard): c
on dahboard now opens telescope for config dir instead of useless init.lua
2023-10-15 09:16:52 +02:00
7c60431c58
fix(python): add ft
to Python keymaps, and fix "Markdown Preview" toggle description ( #1729 )
...
* feat(python): add `ft` to keymaps
* fix(markdown): fix toggle keymap description
2023-10-15 07:21:17 +02:00
5ea0dd716a
chore(build): auto-generate vimdoc
2023-10-15 05:18:51 +00:00
6e0e352fea
feat(linting): ability to configure global and fallback linters ( #1727 )
...
* feat(linting): ability to configure global and fallback linters
* fix: use nvim-lint's logic to get linters
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-15 07:18:00 +02:00
f29543f2c9
chore(main): release 10.2.0 ( #1696 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-14 18:30:55 +02:00
95ff5aaa62
feat(extras): added TabNine ( #1651 )
...
* feat: add Tabnine
Add TabNine plugin for hrsh7th/nvim-cmp
* fix: limit to top 3 sources for TabNine
* feat: show Tabnine icon on suggestion list
* fix: migrate to LazyVim v10
* refactor: tabnine
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 18:25:06 +02:00
1a4342abae
refactor: move cmp status lualine component to util
2023-10-14 18:02:47 +02:00
8f42733ce5
feat(python): add key binding for organize imports ( #1670 )
2023-10-14 17:49:23 +02:00
b3d46bc014
feat(lang): add markdown support ( #1718 )
...
* feat(lang): add markdown support
* feat: use peek.nvim instead of markdown-preview. Disable and show warning when deno is not installed
* feat: add markdown-preview back
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 17:42:02 +02:00
121df70604
Revert "fix: dont lazy-load on ft. Load on cmd or keys only"
...
This reverts commit 3a93757bb1ee28c3e1b59c6c47ea5c4e74d8f1b2.
2023-10-14 17:35:13 +02:00
3a93757bb1
fix: dont lazy-load on ft. Load on cmd or keys only
2023-10-14 17:32:06 +02:00
6b9ee963e2
fix(news): dont show news when it has never been viewed (new install)
2023-10-14 16:56:48 +02:00
5b89bc8cbf
fix(lsp): trigger FileType commands after installing LSP servers
2023-10-14 16:56:18 +02:00
5e1a86d3b2
feat(toggle): add keymap to toggle treesitter context ( #1711 )
...
* feat: add keymap to toggle treesitter context
* fix: get correct enabled state
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 14:40:25 +02:00
f724eae2e3
chore(build): auto-generate vimdoc
2023-10-14 11:22:06 +00:00
ff9bf005b6
fix(dashboard-nvim): repository has moved to nvimdev/dashboard-nvim ( #1715 )
...
* fix(dashboard-nvim) repository has moved to nvimdev/dashboard-nvim
* fix(dashboard): automatically rename dashboard.nvim
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 13:21:30 +02:00
7fe68d9f05
fix(spectre): add title to Spectre panel in edgy ( #1703 )
2023-10-13 19:17:50 +02:00
b6e68fa2bf
feat(conform): show error when user overwrites conform config function
2023-10-13 18:20:41 +02:00
3eb91c64b5
feat(conform): make it easier to add extra_args
2023-10-13 18:03:40 +02:00
873ff89284
fix(keymaps): no diagnostic keymaps w/o lsp attached ( #1698 )
2023-10-13 16:53:55 +02:00
385c99dbb7
feat(go): add gofumpt formatter with conform/none-ls ( #1683 )
...
* feat(go): only install required packages
* fix: add gofumpt formatter using conform/none-ls
* fix: add mason.nvim as dependency of none-ls
2023-10-13 12:43:51 +02:00
c7244d9d47
style(dot): make enabled a function for doc gen
2023-10-13 12:31:32 +02:00
6fd66f486e
feat(conform): use conform.nvim opts.format
options for formatting with conform
2023-10-13 12:21:38 +02:00
3f1bf70b14
refactor(util.lsp): easier lsp client filters
2023-10-13 12:20:55 +02:00
4584410e76
feat(format): use conform as lsp formatter since it has better format diffs
2023-10-13 09:45:35 +02:00
ea4174d460
chore(main): release 10.1.1 ( #1694 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-13 07:39:24 +02:00
1b1d9a16ee
docs: typos fixed in CHANGELOG.md ( #1693 )
2023-10-13 07:37:07 +02:00
66f0d55beb
chore(build): auto-generate vimdoc
2023-10-13 05:36:45 +00:00
01dbd07073
fix(json): always write version to prevent spurious migrations. Fixes #1692
2023-10-13 07:36:02 +02:00
bd1928ba59
fix(aerial): use new sep_icon option for aerial lualine component
2023-10-13 07:36:02 +02:00
1e79248786
chore(main): release 10.1.0 ( #1686 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-12 21:56:56 +02:00
b31d71da9d
feat(neot-ree): add keymaps to toggle git & buffer ( #1339 )
2023-10-12 21:52:19 +02:00
1bcf6b9a28
feat(extras): LazyExtras can now manage user extras lua/plugins/extras
. Fixes #1681
2023-10-12 21:47:31 +02:00
c9892652d2
feat(config): lazyvim.json
is now versioned and migrates to a newer version when needed
2023-10-12 21:45:32 +02:00
8e71968c2b
fix(nvim-lint): make sure to set custom linters. Fixes #1687
2023-10-12 20:43:11 +02:00
cdae38ddd4
fix(nvim-lint): check on linter name instead of linter. Fixes #1685
2023-10-12 20:28:58 +02:00
666a69e6e0
chore(main): release 10.0.1 ( #1680 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-12 18:07:04 +02:00
7c7b4be8db
fix(toggle): dont show incorrect deprecation warning for toggle. Fixes #1679
2023-10-12 17:59:48 +02:00
2a0b7a88ba
fix(config): make lazyvim.json idempotent, pretty-printed and remove full paths
2023-10-12 17:48:52 +02:00
7d9a395565
style(format): Fix typo ( #1675 )
2023-10-12 15:10:26 +02:00
763c0fd9f2
chore(main): release 10.0.0 ( #1673 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-12 14:49:38 +02:00
73acab1675
feat: added NEWS.md and option to automatically show when changed (enabled by default)
2023-10-12 14:38:25 +02:00
442077fca3
chore(build): auto-generate vimdoc
2023-10-12 09:48:46 +00:00
ce74e28464
feat(starter): added Lazy Extras to mini.starter
2023-10-12 11:48:02 +02:00
b4ba5d881d
feat(extras): added extra for symbols-outline.nvim
2023-10-12 11:48:02 +02:00
f64039f546
feat(config): better kind filter default for lua to deal with luals weirdness
2023-10-12 11:48:02 +02:00
a4e393154f
fix(extras): make sure we use priorities to import extras in correct order
2023-10-12 11:48:02 +02:00
3256abda65
fix(plugin): show warning of removed core plugin when trying to load them without having the extra
2023-10-12 11:48:02 +02:00
db5d28b039
fix(plugin): add nvim-treesitter-context rename warning
2023-10-12 11:48:02 +02:00
72f3cc684b
fix(dap): copy config before overriding args
2023-10-12 11:48:02 +02:00
ba4b8dfecb
refactor(nlua): cleanup
2023-10-12 11:48:02 +02:00
14f3f036e9
feat(inject): util method to get upvalue
2023-10-12 11:48:02 +02:00
85215f396b
fix(nlua): make nlua dap work with regular continue. Fixes #1666
2023-10-12 11:48:02 +02:00
c7720275c3
fix(aerial): keymap
2023-10-12 11:48:02 +02:00
1c34af7f01
feat(mini.starter): adding mini.starter to lualine disabled files ( #1667 )
2023-10-12 11:48:02 +02:00
eedb4a3405
feat(ui): show optional plugins in a different color
2023-10-12 11:48:02 +02:00
b43c57d943
feat: added aerial extra with integrations for edgy, telescope and lualine
2023-10-12 11:48:02 +02:00
7b2c317407
feat(treesitter): add nvim-treesitter-context by default
2023-10-12 11:48:02 +02:00
13dbe4ad55
perf(lualine): get rid of lualine's weird lualine_require
2023-10-12 11:48:02 +02:00
eb7a7d7a8e
feat(config): make kind filter configurable for telescope/aerial/...
2023-10-12 11:48:02 +02:00
cb7f5aca7a
feat(treesitter): install nvim-ts-autotag by default
2023-10-12 11:48:02 +02:00
d8250910bd
style(config): mini.align icons
2023-10-12 11:48:02 +02:00
e239235cd3
feat(util): inject module
2023-10-12 11:48:02 +02:00
8d7361c460
feat(root): cached pretty path function for statuslines
2023-10-12 11:48:02 +02:00
305e82f2ca
feat(navic): moved navic to extras
2023-10-12 11:48:02 +02:00
592f3b03bb
fix(root): only use workspace folders that contain the buffer
2023-10-12 11:48:02 +02:00
5bb74205a0
feat(dashboard): added LazyExtras shortcut to dashboard/alpha
2023-10-12 11:48:02 +02:00
c4e55e4d67
feat(ui): added :LazyExtras
to manage enabled extras in LazyVim
2023-10-12 11:48:02 +02:00
11d66e7134
feat(config): load/save some data in lazyvim.json
2023-10-12 11:48:02 +02:00
7fb79486ed
fix(notify): set default zindex=100
2023-10-12 11:48:02 +02:00
54fa9ce584
ci: let release-please manage the version in the config file
2023-10-12 11:48:02 +02:00
8fbde2c366
fix(neo-tree): during init check global argslist instead of window-local
2023-10-12 11:48:02 +02:00
4ea1c6865e
feat(config): use lazy's new custom events (Event.mappings
) for a better LazyFile
2023-10-12 11:48:02 +02:00
83734675b0
fix(lualine): when opening nvim with a file, show an empty statusline till lualine loads
2023-10-12 11:48:02 +02:00
a4abbdc89b
fix(format): always show formatter status even when no sources available
2023-10-12 11:48:02 +02:00
c33e7489ec
feat(root): allow custom functions as part of vim.g.root_spec
2023-10-12 11:48:02 +02:00
f59cdff4d9
fix(plugin): enable lazy_file
2023-10-12 11:48:02 +02:00
a2d604928b
feat(root): customizable root detection and :LazyRoot
command
2023-10-12 11:48:02 +02:00
e6d294df6f
fix(ui): dont show left signs on virtual line numbers (wrap). Fixes #1654
2023-10-12 11:48:02 +02:00
4cbe42cd24
feat(starter)!: dashboard.nvim
is now the default starter. To keep using alpha.nvim
, enable the extra.
2023-10-12 11:48:02 +02:00
14c091b1fc
feat!: make conform.nvim
and nvim-lint
the default formatters/linters
2023-10-12 11:48:02 +02:00
70f91956e7
perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin
2023-10-12 11:48:02 +02:00
f1a8f24a36
feat(format): new LazyVim formatter with integrations for lsp/none-ls/conform/eslint/...
2023-10-12 11:48:02 +02:00
c8c929c9fd
perf(util): split lazyvim.util in smaller separate modules
2023-10-12 11:48:02 +02:00
5f5acb5b88
Revert "fix(config): disable LazyFile till v10.0"
...
This reverts commit ee7a401388f2933729afcd7090fb8e69631b912f.
2023-10-12 11:48:02 +02:00
61f1c308bf
chore(main): release 9.9.1 ( #1661 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-11 15:00:18 +02:00
ee7a401388
fix(config): disable LazyFile till v10.0
2023-10-11 14:46:08 +02:00
8e88aa51f4
chore(build): auto-generate vimdoc
2023-10-11 12:42:26 +00:00
28b7a5add2
chore(main): release 9.9.0 ( #1648 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-11 14:39:44 +02:00
e8c26c70e2
refactor(eslint): use util.get_clients instead of deprecated method
2023-10-10 11:54:33 +02:00
599798a366
fix(treesitter): typo with commands
2023-10-10 11:07:58 +02:00
b1c9fd15bd
feat(dap): added run with args leader-ca
. Fixes #1629
2023-10-10 11:06:00 +02:00
4719dadfda
chore(build): auto-generate vimdoc
2023-10-10 05:51:42 +00:00
88d465c3ef
fix(hypr): automatically update/install hypr treesitter parser when needed
2023-10-10 07:51:02 +02:00
23a0004a86
chore(main): release 9.8.0 ( #1642 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-10 00:13:40 +02:00
02bc41412a
fix(telescope): remove telescope folding hack since PR with fix has been merged upstream
2023-10-09 23:32:34 +02:00
44984dcbe2
feat(telescope): add telescope-fzf-native by default. Will only be enabled if make
is on your system.
2023-10-09 22:28:09 +02:00
0955129796
fix(project): make sure to load telescope extension after telescope ran setup
2023-10-09 22:11:17 +02:00
4e8a88fc1f
fix(util): dont schedule on_load
2023-10-09 22:09:39 +02:00
9a4b9aa804
refactor(edgy): make telescope optional
2023-10-09 20:16:02 +02:00
9357ea2881
fix(edgy): typo
2023-10-09 20:12:45 +02:00
fb70170058
feat(edgy): when edgy is enabled, use edgy's main window for Telescope to open results in
2023-10-09 20:12:07 +02:00
c0ce89fe62
feat(telescope): smarter way to determine the window to open a file in
2023-10-09 20:11:45 +02:00
5d44c976a7
fix(autocmds): extra check that we didn't do last_loc more than once for the buffer
2023-10-09 20:11:05 +02:00
6b857f1de6
feat(options): set virtualedit=block
by default
2023-10-09 17:49:00 +02:00
9670c8a400
feat(dashboard): show loaded/count plugins on dashboard instead of just count
2023-10-09 12:49:33 +02:00
2abb5907ef
style(config): added tracking for colorscheme
2023-10-09 12:49:09 +02:00
2c658a374d
style(cmp): dont include cmp-nvim-lsp as a dep of lspconfig
2023-10-09 11:34:58 +02:00
4fe7ccae73
build(format): sort requires
2023-10-09 11:34:23 +02:00
0a05888d99
fix(cmp): set default group_index to 1 to prevent issues with custom sources
2023-10-09 10:05:57 +02:00
d894556c37
feat(cmp): ctrl+CR will abort cmp and enter a new line
2023-10-09 09:51:55 +02:00
efbe4e5793
chore(main): release 9.7.0 ( #1638 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-09 09:18:33 +02:00
1779858426
fix(black): remove unknown blackd from conform ( #1640 )
2023-10-09 09:15:15 +02:00
cc8397ade3
chore(build): auto-generate vimdoc
2023-10-09 07:14:25 +00:00
b05783de8c
feat(codeium): added lualine component with codeium status similar to copilot
2023-10-09 09:13:14 +02:00
22271cdbbc
refactor(copilot): dont use deprecated get_clients
2023-10-09 09:12:48 +02:00
bff3a99697
feat(cmp): removed priority comparator in favor of source priorities for copilot/codeium
2023-10-09 09:12:29 +02:00
302c1ff66e
feat(codeium): use actual codeium icon
2023-10-09 08:25:02 +02:00
eddd3af351
feat(cmp): added custom comparator to prioritize AI sources like copilot and codeium
2023-10-09 00:06:58 +02:00
dd55cbdc99
fix(lualine): only show statusline as soon as lualine loads
2023-10-08 23:27:46 +02:00
838ce85ad6
fix(bufferline): fix bufferline when restoring a session
2023-10-08 23:00:25 +02:00
5219cad564
feat(black): added an extra for black with none-ls & conform.nvim ( #1245 )
...
* feat(black): added an extra for black with null-ls
* fix: update to none-ls/conform
2023-10-08 22:34:06 +02:00
de93848f58
fix(cmp): properly set cmp group_index
to fix issues with copilot and other sources ( #1639 )
2023-10-08 22:32:03 +02:00
502d32490b
fix(options): set sessionoptions the same as persistence
2023-10-08 20:24:45 +02:00
51e25a94b4
fix(plugins): make sure init specs are loaded first
2023-10-08 20:24:45 +02:00
1eac633c4f
perf(util): closure for get_clients to prevent loading vim.lsp cascade early
2023-10-08 20:24:45 +02:00
3f67ac3c73
chore(main): release 9.6.0 ( #1632 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-08 19:53:20 +02:00
33c677a55e
fix(yaml): yaml schemas are a dict, not a list, so merge properly. Fixes #1636
2023-10-08 19:29:00 +02:00
e11a3cbe80
fix(config): trigger LazyFile additionally on BufWritePre for saving unnamed files
2023-10-08 15:17:50 +02:00
639a6e7545
feat(extra): add extra util.dot
that configures multiple ft and treesitter langs when needed
2023-10-08 13:45:57 +02:00
80e6696343
chore(main): release 9.5.0 ( #1631 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-08 12:58:53 +02:00
eebdceca17
fix(util): fixup typo vim.lsp.get_active_clients
2023-10-08 12:56:27 +02:00
c9bbb922e5
feat(treesitter): add diff, jsonc and yaml by default
2023-10-08 12:56:27 +02:00
6e3fb589d5
chore(main): release 9.4.1 ( #1628 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-08 11:42:13 +02:00
4e0a05808c
fix(config): dont append LazyVim early to the rtp when bootstrapping
2023-10-08 11:33:03 +02:00
6b837e9165
style: lua annotations and handle deprecated methods
2023-10-08 10:45:38 +02:00
21ee35f710
fix(util): fixed lsp willRenameFiles support check
2023-10-08 10:44:17 +02:00
25f3587f3f
refactor(keymaps): move safe keymap.set wrapper to util and add message not to use it in a personal config
2023-10-08 10:28:01 +02:00
0cdc23a51d
chore(main): release 9.4.0 ( #1622 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-08 10:17:20 +02:00
89d0805fb8
chore(build): auto-generate vimdoc
2023-10-08 08:16:15 +00:00
1bc78272da
feat(keymaps): added support for lazy's per-mode keymap disabling
2023-10-08 10:15:28 +02:00
af9e452854
feat(codeium): add codeium extra ( #1619 )
...
* [feat] add codeium extension
* PR comments
2023-10-07 21:09:36 +02:00
9372d78e7e
feat(nlua): make lua dap keybindings buffer-local
2023-10-07 21:08:18 +02:00
30d573502a
fix(alpha): reset laststatus when alpha unloads. Fixes #1623
2023-10-07 21:08:18 +02:00
3c92fa4eb0
perf(navic): enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove" ( #1620 )
...
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-10-07 20:42:33 +02:00
8c20e0b588
chore(main): release 9.3.1 ( #1613 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-07 15:19:39 +02:00
862e140a7a
fix(config): trigger all buf filetype events on LazyFile
2023-10-07 15:15:33 +02:00
1935486ff1
fix(treesitter-textobjects): use normal ]c,]C,[c,[C when in diff-mode instead of goto class. Fixes #1610
2023-10-07 15:06:13 +02:00
237be9e3a7
fix(rust): explicitly enable nvim-cmp source registration for crates ( #1609 )
2023-10-07 11:45:03 +02:00
75a26e8509
chore(build): auto-generate vimdoc
2023-10-07 09:18:48 +00:00
0fcdbe20da
fix(ui): properly handly signs without name. Fixes #1612
2023-10-07 11:18:04 +02:00
fb110e76d8
docs(conform): conform condition example
2023-10-06 23:25:24 +02:00
8bcc241b72
chore(main): release 9.3.0 ( #1603 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-06 23:16:59 +02:00
d8f4382dd3
fix(tailwind): nil check for filetypes_include. Fixes #1607
2023-10-06 23:06:51 +02:00
11c9084ec5
perf(config): only enable LazyFile when opening a file from the cmdline
2023-10-06 18:43:54 +02:00
54df3e26ac
feat(bufremove): ask to save changes before trying to remove a buffer
2023-10-06 18:43:54 +02:00
e1f5484c82
refactor: use_lazy_file
2023-10-06 18:43:54 +02:00
6b4c872f2d
chore(main): release 9.2.0 ( #1600 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-06 15:53:13 +02:00
6e0e01f5b4
fix(config): fixed issues related to LazyFile. Fixes #1601
2023-10-06 15:40:27 +02:00
a1c5886947
feat(conform): ignore formatting errors for injected languages and fix condition example
2023-10-06 09:26:14 +02:00
8a1de2b90a
fix(elixir): only enable credo when installed. Fixes #1546
2023-10-06 09:18:07 +02:00
3823f177e9
chore(build): auto-generate vimdoc
2023-10-06 07:03:24 +00:00
f1ea518e29
fix(which-key): change surround group key ( #1598 )
2023-10-06 09:02:45 +02:00
cce46cd640
chore(main): release 9.1.1 ( #1597 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-06 01:02:16 +02:00
337cfdbec4
fix(ui): include extmark signs in signcolumn. Fixes #1596
2023-10-05 23:34:32 +02:00
b2af941290
ci: disable blank issues
2023-10-05 16:33:01 +02:00
f219364656
chore(main): release 9.1.0 ( #1592 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-05 16:03:46 +02:00
6f1cdfe4bd
feat(dashboard): add projects if enabled ( #1595 )
2023-10-05 15:59:44 +02:00
1eb019274b
fix(options): set default laststatus=3 and set it to 0 before loading dashboard to prevent flickering
2023-10-05 10:43:21 +02:00
d6b56c075e
fix(dasboard): disable alpha only once
2023-10-05 09:53:50 +02:00
6f6d587998
chore(build): auto-generate vimdoc
2023-10-05 06:08:38 +00:00
d3e7f7717e
fix(tailwind): allow overriding filetypes. Fixes #1590
2023-10-05 08:07:56 +02:00
49b91b6b1f
chore(main): release 9.0.2 ( #1589 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-04 21:10:17 +02:00
86de423ef0
fix(treesitter): dont enable ]c, [c, ... in diff-mode
2023-10-04 21:00:32 +02:00
0cc80b1b05
fix(autocmds): last_loc autocmd didn't work correctly for first opened file
2023-10-04 20:40:11 +02:00
7272b3e4b5
fix(bufferline): load bufferline on VeryLazy. Fixes #1587
2023-10-04 20:04:56 +02:00
b58446f7b3
chore(main): release 9.0.1 ( #1585 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-04 18:09:31 +02:00
d989ecc943
fix(options): only enable treesitter foldexpr
on nightly. Fixes #1581
2023-10-04 18:07:21 +02:00
3849e0150b
fix(ui): show global marks in the correct buffer only
2023-10-04 17:53:00 +02:00
1abcffbfd9
fix(alpha): use <cmd>
instead of :
for shortcuts
2023-10-04 16:44:29 +02:00
c490c61d07
chore(main): release 9.0.0 ( #1576 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-04 15:03:00 +02:00
79010ae671
fix(nvim-lint): dont try merging function linters
2023-10-04 14:45:45 +02:00
f4750859f2
fix(conform): dont try merging function formatters. Fixes #1582
2023-10-04 14:44:24 +02:00
9f034ab106
fix(conform): dont try to merge formatter functions
2023-10-04 14:41:00 +02:00
2f16a7b2d9
perf(config): add LazyVim to the rtp early for faster spec loading
2023-10-04 13:44:03 +02:00
3833a7d1ce
style: removed dead code
2023-10-04 13:19:12 +02:00
bd2ac542a0
feat(ui): show alpha marks in statuscolumn
2023-10-04 12:48:37 +02:00
35053290bf
fix(ui): use custom fold when treesitter foldtext returns a string
2023-10-04 12:47:24 +02:00
417de0193d
feat(extras): added extra for dashboard.nvim
2023-10-04 12:44:01 +02:00
a12d4bd4e4
chore(build): auto-generate vimdoc
2023-10-04 08:49:22 +00:00
afc8e7f8ca
fix(autocmds): retore last location for correct buffer
2023-10-04 10:48:20 +02:00
936d74bb61
perf: added support for LazyFile
event that properly loads file based plugins without blocking the ui
2023-10-04 10:45:10 +02:00
f15dd301e5
style: fixed lua annotations
2023-10-04 10:43:44 +02:00
d28c69e49e
feat(mini.surround)!: default surround mappings are now gs instead of gz (unless you enabled the leap extra)
2023-10-04 00:25:44 +02:00
0e66ef8393
feat(treesitter): added ]f, [f, ]F, [F, ]c, ]C, [c, [C for treesitter-textobjects
2023-10-04 00:21:47 +02:00
626ae1338a
feat(typescript): add typescriptreact/javascriptreact to types ( #1574 )
...
* feat(typescript): add typescriptreact/javascriptreact to types
* remove unneeded values
* revert settings change
2023-10-03 23:40:32 +02:00
5f0713d2b6
feat(treesitter): map vim
to @namespace.builtin
2023-10-03 20:17:33 +02:00
758520dcbb
chore(main): release 8.4.4 ( #1575 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-03 19:00:20 +02:00
ccff8683ba
fix(ui): work-around for telescope issue with treesitter folds
2023-10-03 18:57:05 +02:00
0e16033e9c
chore(main): release 8.4.3 ( #1573 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-03 18:30:22 +02:00
6cf6b0a624
fix(ui): always pad to 2 cells for status column icons. Fixes #1571
2023-10-03 18:28:05 +02:00
e08813fa11
chore(main): release 8.4.2 ( #1570 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-03 18:22:19 +02:00
e105c9daf6
perf(options): better detection for foldtext,statuscolumn,folexpr support
2023-10-03 18:19:32 +02:00
1b74d67a0d
fix(ui): fixed foldtext on Neovim < 0.10
2023-10-03 17:35:14 +02:00
b1ad48067e
fix(nvim-lint): dont evaluate conditions for linter functions. Fixes #1569
2023-10-03 16:32:05 +02:00
63467c1f21
chore(main): release 8.4.1 ( #1568 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-03 15:55:11 +02:00
13e9f6e6b5
fix(ui): check folds of the statuscolumn win instead of current win
2023-10-03 15:53:11 +02:00
6428fc167c
chore(main): release 8.4.0 ( #1564 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-03 15:10:22 +02:00
762017dc35
fix(ui): better fallback for foldtext when buffer does not have TreeSitter
2023-10-03 15:05:01 +02:00
afbe2043a7
fix(ui): Neovim < 0.10
2023-10-03 14:59:26 +02:00
f1ce07510d
feat(ui): fancy fold text
2023-10-03 14:57:59 +02:00
364bcf325d
feat(ui): fancy status column
2023-10-03 14:56:55 +02:00
3f868aa825
feat(keymaps): added toggle for relative line numbers
2023-10-03 14:56:55 +02:00
fecc5faca2
chore(build): auto-generate vimdoc
2023-10-03 06:02:56 +00:00
19926d2848
feat(options): enabled treesitter folding and foldtext when available
2023-10-03 08:02:15 +02:00
450e0c6beb
feat(options): enable smoothscroll on nightly
2023-10-03 08:02:15 +02:00
4e277fcb8f
chore(main): release 8.3.0 ( #1553 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 23:00:47 +02:00
86d3694672
feat(conform): added new keymap (leader-cF) to format injected languages
2023-10-02 20:59:00 +02:00
7c5a458761
fix(indent-blankline): set config.indent.tab_char
( #1552 )
...
See lukas-reineke/indent-blankline.nvim#665 .
2023-10-02 12:23:08 +02:00
ecac59c982
chore(main): release 8.2.0 ( #1551 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 11:27:12 +02:00
4ff51cd678
feat(mini.files): added lsp rename support to mini.files
2023-10-02 11:02:56 +02:00
fe341e6b97
chore(build): auto-generate vimdoc
2023-10-02 05:41:09 +00:00
0ca732e0ef
chore(main): release 8.1.0 ( #1547 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 07:40:30 +02:00
766d5e5bf7
feat(conform): set vim.opt.formatexpr
2023-10-01 23:36:26 +02:00
9b16770573
fix(format): moved formatting keymap to lua/lazyvim/config/keymaps.lua
2023-10-01 23:31:24 +02:00
e36f7d811c
feat(format): show warning when no formatter ran when using the format keymap
2023-10-01 23:30:56 +02:00
0b04e3908c
chore(format): removed format_notify option
2023-10-01 23:30:26 +02:00
e8ab2ff5b6
feat(go): add goimports ( #1549 )
2023-10-01 23:01:43 +02:00
3acdac917b
docs: LazyVim now requires Neovim >= 0.9.0 ( #1548 )
...
See: bfe04222fe
2023-10-01 21:01:40 +02:00
2ffd629cc7
feat(elixir): Add credo if none-ls is used ( #1546 )
2023-10-01 19:48:09 +02:00
dd95de5dbe
chore(main): release 8.0.0 ( #1542 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-01 16:28:37 +02:00
9d17c43087
perf: dont't load schemastore as an lspconfig dep
2023-10-01 16:21:18 +02:00
2aea5c7210
feat: show error and exit Neovim when version is too old
2023-10-01 14:18:25 +02:00
9935dc3944
fix: cleanup all Neovim < 0.9.0 code
2023-10-01 14:18:25 +02:00
b8ffa5261a
chore(build): auto-generate vimdoc
2023-10-01 12:01:59 +00:00
bfe04222fe
docs!: LazyVim now requires Neovim >= 0.9.0
2023-10-01 14:01:12 +02:00
f7655a83c5
chore(build): auto-generate vimdoc
2023-10-01 08:22:12 +00:00
9bb4e8755f
feat: replace Copilot icon with logo ( #1539 )
2023-10-01 10:21:35 +02:00
4a2c89cd1d
chore(main): release 7.0.3 ( #1536 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-01 00:29:14 +02:00
964dd6c4b2
fix(extras.go): remove unneeded formatters since gopls handles them ( #1535 )
...
* fix(extras.go): remove unneeded formatters since gopls handles them
* add optional back
2023-09-30 19:30:52 +02:00
0136bfa4b5
style: format
2023-09-30 18:10:29 +02:00
5eca3dc3bb
chore(main): release 7.0.2 ( #1532 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-30 18:08:39 +02:00
7821c0e851
fix(python): make venv-selector dap_enabled
conditional on nvim-dap-python
( #1529 )
2023-09-30 17:51:47 +02:00
bd48536335
chore(build): auto-generate vimdoc
2023-09-30 15:48:50 +00:00
1c878b9d06
fix(format): allow custom_format
to return early ( #1531 )
2023-09-30 17:48:19 +02:00
6f9adbd4fb
chore(main): release 7.0.1 ( #1523 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-29 16:52:39 +02:00
ff5f5886db
fix(nvim-lint): dont use default configured linters from nvim-lint
2023-09-29 16:49:59 +02:00
300350686f
chore(main): release 7.0.0 ( #1521 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-29 16:14:13 +02:00
718c5c6036
fix(docker): put hadolint in its own spec
2023-09-29 16:09:33 +02:00
31d913697b
fix(nvim-lint): use linters
for both custom and overriding linters
2023-09-29 15:58:44 +02:00
6bb0d1b66f
fix(conform): use formatters
for both custom and overriding formatters
2023-09-29 15:56:20 +02:00
0e5ff5c0ab
fix(format): wrap custom formatter with error handler
2023-09-29 15:55:29 +02:00
886d49eb89
style: comment the selene example
2023-09-29 15:15:38 +02:00
0f7a009d1c
docs: added more docs to nvim-lint extensions
2023-09-29 15:07:29 +02:00
05f45bb720
feat(extras): added extra for nvim-lint
2023-09-29 15:05:01 +02:00
9762e7e431
feat(neo-tree): added support for LSP renaming to NeoTree
2023-09-29 14:14:57 +02:00
aab365a9f8
fix(typescript)!: removed typescript.nvim
since it's deprecated
2023-09-29 13:57:04 +02:00
f61a243d1a
feat(extras): added conform.nvim
extra you can use instead of null-ls/none-ls
2023-09-29 13:37:00 +02:00
6b05ed7dcd
fix: remove deprecated leap/flit code checks
2023-09-29 12:00:56 +02:00
a7f68e5e37
refactor(none-ls): make all null-ls usages in extras optional
2023-09-29 12:00:56 +02:00
3c448a1be1
chore(build): auto-generate vimdoc
2023-09-29 09:53:29 +00:00
7cac6f064c
feat(null-ls)!: use none-ls instead of null-ls ( #1517 )
...
* FEATURE: use none-ls instead of null-ls
Fixes #1516
* fix(none-ls): automatically migrate null-ls to none-ls
* feat(config): show warning if user config contains renamed references
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-09-29 11:52:45 +02:00
274649e923
chore(main): release 6.4.3 ( #1514 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-28 12:04:36 +02:00
a3011daf40
style: better plugin docs
2023-09-28 11:36:58 +02:00
fa6cbfc602
fix(lsp): don't install jsonls by default. It's part of the json extra
2023-09-28 11:33:45 +02:00
d012a1acb8
docs(telescope): documented Telescope find files. Fixes #1425
2023-09-28 11:24:20 +02:00
d03f708cd3
chore: removed flash extra since this is now the default
2023-09-28 11:22:19 +02:00
017582c05a
fix(telescope): typo
2023-09-28 11:10:25 +02:00
13bf7977a4
fix(telescope): replace anonymous functions in mappings by named functions ( #1294 )
2023-09-28 11:08:43 +02:00
74786c21d7
fix(ibl): use default hl groups
2023-09-28 10:54:30 +02:00
7f5051ef72
fix(yamlls): work-around for yaml formatting on Neovim < 0.10. Fixes #1435
2023-09-28 09:00:58 +02:00
b220e54159
fix(telescope): add enums and consts to search symbols ( #1512 )
2023-09-28 08:41:55 +02:00
b25559d397
chore(main): release 6.4.2 ( #1510 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-28 07:46:31 +02:00
ee068d8399
chore(build): auto-generate vimdoc
2023-09-28 05:41:46 +00:00
db86635e32
fix(indent-blankline): upgrade ibl config to v3
2023-09-28 07:41:00 +02:00
a1ab7c6e32
chore(main): release 6.4.1 ( #1505 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-27 14:48:32 +02:00
b30ff44af5
chore(build): auto-generate vimdoc
2023-09-27 11:57:42 +00:00
36d6a7fe4f
fix(dap): revert loading vscode launch files. Add it to your own config when needed. Fixes #1503
2023-09-27 13:56:53 +02:00
50401d358b
chore(main): release 6.4.0 ( #1495 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-26 14:59:08 +02:00
7c79cfe073
fix(mini.comment): better lua pattern for tags. Fixes #1413
2023-09-26 14:16:22 +02:00
f1af34e885
fix(dap): move launchjs code from java to dap
2023-09-26 13:38:48 +02:00
5dc4ce3e4a
feat(java): support vscode launch json in Java ( #1422 )
...
* feat(java): support vscode launch json
* feat(java): support vscode launch json
2023-09-26 13:36:22 +02:00
ea930e3545
fix(python): use venv for DAP Python ( #1457 )
...
dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well! (in venv-selector.nvim)
2023-09-26 13:35:27 +02:00
a7f971f30e
feat(mini-pairs): add toggle mini pairs keymap and function ( #1456 )
2023-09-26 13:34:28 +02:00
e54d0dde62
feat(autocmds): close InspectTree window with q
2023-09-26 13:27:18 +02:00
0bff29c07a
fix: disable context commentstring autocmd
2023-09-26 13:24:03 +02:00
afdcec5b4a
feat(extras): added simple csharp extra
2023-09-26 10:58:35 +02:00
f892ba5cff
fix: always lazy load keymaps. fixes #1485
2023-09-26 10:57:50 +02:00
a180c3097c
chore(build): auto-generate vimdoc
2023-09-26 08:14:33 +00:00
b8d3a1c2cd
Revert "fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007 "
...
This reverts commit 8b1e7976a004d7e0cbaec37546d2889ddab48bbb.
2023-09-26 10:13:00 +02:00
a72a84972d
chore(main): release 6.3.0 ( #1231 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 23:10:50 +02:00
6045a52d82
fix : #1305 rust debugging not working on windows due to missing liblldb path ( #1390 )
2023-09-04 23:07:55 +02:00
a910b871d1
chore(build): auto-generate vimdoc
2023-09-04 21:05:40 +00:00
15022f4892
fix(java): don't accumulate on_attach, and make more configurable ( #1388 )
...
* fix(java): don't accumulate on_attach, and make more configurable
* refactor(java): move defaults to opts
2023-09-04 23:00:39 +02:00
f9dadc11b3
fix(autocmds): restore tabpage on resize ( #1260 )
2023-08-29 18:13:32 +02:00
ec0ddd481c
fix(keymaps): change v
mode to x
mode for save file
( #1262 )
...
While trying to disable `<C-s>` entirely by `vim.keymap.del({ "i", "v","n", "s" }, "<C-s>")`
in my own `keymaps.lua`, I got an error on reopening Neovim `No such mapping`.
After tinkering around a bit, I changed `v` to `x`, since `v` incorporates both
`x` and `s` and the error stopped occuring.
2023-08-29 18:07:56 +02:00
64c5848fe8
style: fix comment typo ( #1336 )
2023-08-29 18:02:45 +02:00
23e2b073e6
fix(keymaps): remove gw keymap
2023-08-29 18:00:54 +02:00
451bde5b41
fix(python): disable ruff hover correctly ( #1365 )
...
* fix: disable ruff hover correctly
* better fix
2023-08-29 17:59:18 +02:00
377c0e397c
feat(python): add more venv names ( #1381 )
2023-08-29 17:58:42 +02:00
971ed5c148
chore(build): auto-generate vimdoc
2023-08-29 15:57:49 +00:00
73dc5a503f
fix(clangd): update setup from upstream changes ( #1308 )
2023-08-29 17:57:09 +02:00
566049aa4a
feat(treesitter): add jsdoc to ensure_installed ( #1252 )
...
better highlighting for jsdoc comment
2023-07-30 11:10:45 +02:00
c1fc996ccd
chore(build): auto-generate vimdoc
2023-07-30 09:10:24 +00:00
a62a5942de
fix(yaml): yaml validate and enable line folding ( #1251 )
...
* fix(yaml): enable validate
see https://github.com/redhat-developer/yaml-language-server#language-server-settings
* feat(yaml): support line folding
2023-07-30 11:09:44 +02:00
9264c54ae9
feat(clangd): remove CMakelists root_dir search ( #1230 )
...
Provide better handling of root_dir search for C++ project
using CMakelists.txt per folder
2023-07-26 21:44:47 +02:00
549baee224
chore(build): auto-generate vimdoc
2023-07-26 19:44:27 +00:00
d7ca822d41
fix(yaml): yaml: Fix TypeError undefined length ( #1229 )
...
In YAML files LSP completion is not happening because
yaml-language-server is failing with error:
TypeError: Cannot read properties of undefined (reading 'length')
from out/server/src/languageserver/handlers/settingsHandlers.js:78:51,
which it's expecting to have yaml.schemaStore.url.length and it's
doesn't exist.
Signed-off-by: Javier Tia <javier.tia@gmail.com>
2023-07-26 21:43:49 +02:00
aa1cccf230
chore(main): release 6.2.0 ( #1202 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-25 19:39:16 +02:00
6dc66852b8
feat(extra): add yaml language extension ( #1198 )
...
* feat: add yaml language extension
* fix(yaml): disable keyOrdering checks
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-25 19:37:13 +02:00
9fe89f5f8a
fix(lang_java): fixes #1215 other two entries of vim.fs.joinpath
as well that were not changed in #1213 ( #1216 )
2023-07-25 19:22:10 +02:00
76d33bba2c
feat: Enable flash.nvim highlight on catppuccin integration ( #1206 )
...
Since flash.nvim has already been the default one, and catppuccin already support it
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-07-25 15:39:08 +02:00
79619364bd
chore(build): auto-generate vimdoc
2023-07-25 13:26:10 +00:00
2e09051472
fix: fixes #1207 ( #1213 )
...
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
2023-07-25 15:25:24 +02:00
9a0543531d
fix(lsp): supports_method for checking inlay hint support ( #1195 )
2023-07-23 18:09:48 +02:00
f6d646a325
feat(java): add test and debug support for Java extension ( #1192 )
2023-07-23 18:08:01 +02:00
07f183516f
chore(build): auto-generate vimdoc
2023-07-23 16:07:08 +00:00
b97ccb9e73
fix : #1194 use cmakelang instead of cmakelint ( #1197 )
2023-07-23 18:06:25 +02:00
142e6bec20
chore(main): release 6.1.0 ( #1181 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-22 09:28:43 +02:00
fa898b7293
feat(lang): add cmake support ( #1032 )
...
* feat(lang): add cmake support
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-22 09:27:06 +02:00
012ca50b28
feat(python): add semantic highlighting ( #1149 )
...
* feat(python): add semantic highlighting
* refactor: moved to python-semshi
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-22 09:21:12 +02:00
6b2c648878
feat(telescope): allow word and selection searches ( #1096 )
...
Changes the current normal-mode mappings <leader>sw / <leader>sW to only
display matches surrounded by word boundaries. Also adds the equivalent
visual-mode mappings to allow searching for the current selection.
Selection searching does not consider word boundaries, so highlighting a
single word and searching for it will produce the same results as the
word-under-cursor searching did before this change. This allows the user
to easily choose whether or not to include word boundaries in their
search.
2023-07-22 09:15:14 +02:00
02d673d37c
feat(lang): add debug adapter plugin for go ( #1115 )
...
neotest-go does not provide a DAP strategy, and thus you cannot invoke the debugger with require('neotest').run.run({strategy=dap}).
There have been efforts to implement this in https://github.com/nvim-neotest/neotest-go/issues/12 but this seems to have stalled.
You can find the background to this change discussed here: https://github.com/LazyVim/LazyVim/discussions/1107
2023-07-22 09:13:54 +02:00
0411baab89
feat(lang): add java ( #1132 )
2023-07-22 09:12:42 +02:00
31b50e3a9c
chore(build): auto-generate vimdoc
2023-07-22 07:11:19 +00:00
e5f53ee193
fix(terraform): configure commentstring ( #1171 )
2023-07-22 09:10:37 +02:00
d71ebeab24
feat(clangd): better clangd root detection ( #1165 )
2023-07-21 22:35:02 +02:00
a184fc1c73
chore(build): auto-generate vimdoc
2023-07-21 06:15:15 +00:00
871e7fb0db
chore(main): release 6.0.0 ( #1158 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-21 08:14:39 +02:00
fc50c055c3
feat: add a keybind to search register ( #1170 )
...
use `<leader>"` to search register through telescope
2023-07-20 23:40:23 +02:00
df0818880e
fix(util): fixed line number toggling. Closes #1173
2023-07-20 23:38:43 +02:00
6323b419fd
docs: Add more documentation ( #1174 )
2023-07-20 23:16:13 +02:00
abaa6d90e4
feat(lang): add tex support ( #1156 )
...
* feat(lang): add tex support
* Reword comments
* Remove personalise configs.
* Disable lazy-loading.
* Remove chktex in LSP server texlab.
* Update local conceallevel setup.
* Add keymap for vimtex-doc-package.
* Enable vimtex omni-completion.
* Update vimtex's keymap.
* refactor: move vimtex K to texlab
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-20 12:26:05 +02:00
f70f873355
chore(build): auto-generate vimdoc
2023-07-20 07:21:08 +00:00
258f339bcf
feat(options)!: set default localleader to \
2023-07-20 09:20:24 +02:00
4d0427e131
chore(build): auto-generate vimdoc
2023-07-19 11:14:51 +00:00
f2459bd70e
docs: Improve summary documentation of deps ( #1159 )
2023-07-19 13:14:07 +02:00
e797e13bce
docs: Update CHANGELOG.md ( #1160 )
...
availble -> available
2023-07-18 20:45:24 +02:00
489221f741
chore(build): auto-generate vimdoc
2023-07-18 06:47:32 +00:00
a28acf0ce7
feat(keymaps): added leader-K to run keywordprg
2023-07-18 08:46:52 +02:00
fb1f29c32c
chore(main): release 5.1.1 ( #1147 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-16 10:44:20 +02:00
b4b27e867c
fix(mason): add MasonUpdate to build
2023-07-16 10:42:14 +02:00
f46316af00
chore(main): release 5.1.0 ( #1138 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-16 10:38:07 +02:00
63e898599a
feat(lang): add null-ls tools to mason's ensure_installed ( #1133 )
2023-07-16 08:47:06 +02:00
3a07bd8d2e
chore(build): auto-generate vimdoc
2023-07-16 06:42:27 +00:00
69bb89184f
feat(neo-tree): update to v3.x and change follow_current_file
to a … ( #1143 )
...
* feat(neo-tree): update to v3.x and change `follow_current_file` to a table and enable it
* fix(neo-tree): remove nerd font v3 icons
* fix(neo-tree): remove legaccy commands
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-16 08:41:45 +02:00
0801e52118
chore(build): auto-generate vimdoc
2023-07-15 07:31:17 +00:00
1b0b6eb0e1
feat(lsp): add 'reuse_win' for reuse window in lsp definition keymap ( #1131 )
...
* feat(lsp): add 'reuse_win' for reuse window in lsp definition keymap
* fix: inline telescope require
2023-07-15 09:30:34 +02:00
8c0e39c826
chore(main): release 5.0.0 ( #1108 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-13 08:21:44 +02:00
bb2608ecd1
chore(build): auto-generate vimdoc
2023-07-13 06:18:44 +00:00
ae759b947b
feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
...
Use the `editor.leap` extra if you rather want to use leap/flit
2023-07-13 08:18:02 +02:00
9387ab388e
feat: added leader-L
to show the LazyVim changelog
2023-07-13 08:18:02 +02:00
8f9f76a96f
chore(main): release 4.28.1 ( #1101 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-12 20:04:33 +02:00
9e8ce289d1
fix(neoconf): do neoconf setup in lspconfig setup. Fixes #1070
2023-07-12 20:01:43 +02:00
5204aacf8d
chore(main): release 4.28.0 ( #1086 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-12 19:48:49 +02:00
a0c2014b10
feat(lang): add docker support ( #1078 )
2023-07-12 17:42:05 +02:00
c882544224
docs: added c compiler to requirements ( #1082 )
...
See: 2ef0c437b2
2023-07-12 17:36:30 +02:00
e212c166b4
feat(mini.ai): decouple mini.ai from which-key. Closes #1076
2023-07-12 17:25:35 +02:00
9fd89701da
feat(util): added util.on_load to execute code when a plugin loads
2023-07-12 17:25:35 +02:00
b1721bc20a
chore(build): auto-generate vimdoc
2023-07-12 14:34:54 +00:00
3f68f44d72
fix(lsp-config): lsp-config error when nvim-cmp not enabled. ( #1095 )
...
* fix(lsp-config): lsp-config error when nvim-cmp not enabled.
* Update lua/lazyvim/plugins/lsp/init.lua
Co-authored-by: Jonas Holst Damtoft <Jomik@users.noreply.github.com>
---------
Co-authored-by: Jonas Holst Damtoft <Jomik@users.noreply.github.com>
2023-07-12 16:34:07 +02:00
a38bf3001d
chore(build): auto-generate vimdoc
2023-07-10 15:51:36 +00:00
67d1cbfb01
feat(catppuccin): match navic bg with lualine ( #1085 )
2023-07-10 17:50:53 +02:00
abea2807ce
chore(main): release 4.27.0 ( #1069 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-06 20:46:37 +02:00
44cdb5eac5
feat(lang): add python support ( #1031 )
2023-07-06 20:43:19 +02:00
0db31c2840
feat(extras): add terraform extra ( #1030 )
2023-07-06 19:46:34 +02:00
22c9477b96
feat(flash): use c-s in the cmdline to toggle flash
2023-07-06 15:51:31 +02:00
baa9614022
fix(autocmds): jump to last loc in buffer ( #1061 )
...
vim.api.nvim_win_set_cursor is expecting a window handle but was being
passed the current buffer's handle instead
2023-07-06 15:43:15 +02:00
b660b51718
chore(main): release 4.26.0 ( #1068 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-06 15:40:33 +02:00
99f30f9a37
chore(build): auto-generate vimdoc
2023-07-06 13:36:51 +00:00
ae054ec13c
feat(vscode): easier way to enable/disable plugins
2023-07-06 15:36:03 +02:00
bcff5a1937
fix(util): use spec to check if a plugin is enabled
2023-07-06 15:35:34 +02:00
299aae3545
fix(flash): depraction warning
2023-07-06 15:21:45 +02:00
0b020dc37b
chore(main): release 4.25.1 ( #1056 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-04 19:08:01 +02:00
755419f39c
fix: trigger ci
2023-07-04 19:06:15 +02:00
ddb819cb9a
chore(build): auto-generate vimdoc
2023-07-04 06:26:34 +00:00
9c120b5ef7
Revert "fix: leap nvim required by flit ( #1046 )"
...
This reverts commit dee8dc318efac8883fe149503ea92924ff4a4de2.
2023-07-04 08:25:38 +02:00
d33be73b8d
chore(main): release 4.25.0 ( #1041 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-03 21:47:59 +02:00
27eb4610bd
feat(catppuccin): enable mason integration ( #1048 )
...
Signed-off-by: David Ward <dward@redhat.com>
2023-07-03 21:45:40 +02:00
e5200e6358
feat(lang): add C/C++ support ( #1025 )
2023-07-03 15:48:51 +02:00
64ca399c56
chore(build): auto-generate vimdoc
2023-07-03 13:42:01 +00:00
dee8dc318e
fix: leap nvim required by flit ( #1046 )
...
step to reproduce
- disable leap.nvim
- add custom config for flash (not using one from the extras)
- open file type "f", error shown "module leap is missing"
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-07-03 15:41:16 +02:00
6d58f1dacf
fix(hipatterns): remove assert. Fixes #1045
2023-07-02 22:25:43 +02:00
a981682603
fix(lsp): update keymaps *after* registering capabilities
2023-07-02 17:37:13 +02:00
bbaf47028f
chore(main): release 4.24.1 ( #1037 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-02 14:44:14 +02:00
8ccc109e92
fix(lsp): fixup lsp keymaps
2023-07-02 14:34:36 +02:00
a9c73bc7c3
chore(main): release 4.24.0 ( #1036 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-02 13:18:47 +02:00
4009620651
fix(typescript): use new lsp keymaps config for typescript
2023-07-02 13:04:49 +02:00
39627cab42
fix(rust): remove rust-tools dep from lspconfig
2023-07-02 13:02:51 +02:00
1e1fc3c6a0
fix(go): make settings configurable for go
2023-07-02 13:01:59 +02:00
eaa0118dd2
feat(rust): make taplo configurable
2023-07-02 12:58:09 +02:00
272f6af842
feat(rust): make mason optional
2023-07-02 12:58:09 +02:00
29ba21274d
chore(build): auto-generate vimdoc
2023-07-02 10:48:00 +00:00
a46d47653e
feat(rust): refactor to allow easy user customization and keymaps
2023-07-02 12:46:29 +02:00
61e3ce8cdc
feat(lsp): custom lsp keymaps
2023-07-02 12:44:54 +02:00
36774c6058
fix(lsp): resolve keymap capabilities over all buffer clients
2023-07-02 12:43:16 +02:00
d0bc8b7dce
feat(lsp): added support to lsp keymaps for dynamic capabilities
2023-07-02 12:42:35 +02:00
fca09b12e8
chore(build): auto-generate vimdoc
2023-07-01 06:53:32 +00:00
ea21cad7ed
chore(main): release 4.23.0 ( #1023 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-01 08:52:51 +02:00
4ba5086b3d
feat(go): add fine-tuned LSP options, add some null-ls sources ( #1024 )
2023-06-30 23:14:58 +02:00
089606b48d
fix(lsp): upstream inlay_hint rename
2023-06-30 20:44:39 +02:00
6d8be7ae46
chore(main): release 4.22.0 ( #1019 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-30 16:25:13 +02:00
79b1c92dd2
feat(rust): rust improvements ( #1015 )
...
* fix(rust): move lspconfig opts to correct location
lspconfig's `opts` goes in rust-tools's `opts.server`; see
https://github.com/simrat39/rust-tools.nvim#configuration
* feat(rust): add neotest-rust
* feat(rust): allow user to extend rust-tools with `opts`
Also avoids calling rust-tools's `setup()` twice.
* style(rust): fix indentation for stylua comment
2023-06-30 16:19:00 +02:00
c992ebec46
fix(lang): indentation in rust lang extra ( #1017 )
2023-06-30 16:03:22 +02:00
37d7ccdea1
chore(main): release 4.21.0 ( #1011 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-30 09:03:44 +02:00
5a441f8972
feat(lang): Add Rust config ( #1012 )
2023-06-30 08:55:18 +02:00
3d0de235ec
feat(extra): Add Elixir support and config ( #993 )
2023-06-30 08:41:48 +02:00
146bc4f172
chore(build): auto-generate vimdoc
2023-06-30 06:36:06 +00:00
65c70f6ad7
fix(autocmds): dont jump to last loc in gitcommit buffers
2023-06-30 08:35:27 +02:00
75d029c35b
chore(main): release 4.20.1 ( #1004 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-29 21:07:35 +02:00
8b1e7976a0
fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007
2023-06-29 20:50:04 +02:00
0e33010937
chore(build): auto-generate vimdoc
2023-06-29 06:03:51 +00:00
2f2c7a32a4
fix(catppuccin): change nvim-tree integration to neo-tree for catppuccin/nvim plugin ( #1003 )
2023-06-29 08:03:05 +02:00
c03b9a3ff1
chore(main): release 4.20.0 ( #996 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-28 13:06:32 +02:00
e83d2c814f
fix(yanky): use leader-p for telescope integration
2023-06-28 12:59:08 +02:00
5818e01f27
chore(build): auto-generate vimdoc
2023-06-28 09:27:32 +00:00
a1820c1b42
feat(extras): added yanky extra (yank-ring)
2023-06-28 11:26:54 +02:00
27d3e45df6
refactor(cmp): move comparator config to cmp spec
2023-06-28 11:26:53 +02:00
296d79cfbc
chore(main): release 4.19.1 ( #995 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-28 00:07:06 +02:00
240fa7631b
chore(build): auto-generate vimdoc
2023-06-27 20:03:32 +00:00
d1eb9c89d3
fix(mini.files): changed some window widths
2023-06-27 22:02:51 +02:00
c5759a451f
fix(flash): don't override R
in normal mode
2023-06-27 22:02:51 +02:00
c998be8fa4
chore(main): release 4.19.0 ( #989 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-26 21:58:57 +02:00
5f89e4a142
chore(build): auto-generate vimdoc
2023-06-26 19:35:53 +00:00
5e6a07200c
feat(flash): added treesiter search to show ts node labels around search matches
2023-06-26 21:35:03 +02:00
a40f257c79
chore(main): release 4.18.0 ( #976 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-25 19:53:17 +02:00
f6f8436fe8
feat(flash): enable flash in vscode
2023-06-25 19:50:33 +02:00
e9358d977a
fix(keymaps): remove redundant ':' on lazy keymap ( #977 )
2023-06-25 10:05:07 +02:00
e018d07cce
chore(build): auto-generate vimdoc
2023-06-25 05:22:14 +00:00
d5a9c54faf
fix(edgy): corrected filetype for symbols outline
2023-06-25 07:21:26 +02:00
85542df6f5
chore(main): release 4.17.0 ( #970 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-24 13:20:16 +02:00
abfdab37ce
fix(flash): possible nil for telescope integration
2023-06-24 13:17:03 +02:00
12b57235a9
feat(flash): telescope integration. Use s
in normal and <c-s>
in insert mode
2023-06-24 13:14:23 +02:00
1acad8be93
chore(build): auto-generate vimdoc
2023-06-24 09:09:08 +00:00
6e9b18aa93
chore(main): release 4.16.0 ( #966 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-24 11:08:27 +02:00
c3477ed81e
feat(flash): added remote flash
2023-06-23 16:02:02 +02:00
a080bc7667
feat(mini.files): "g." to toggle hidden files ( #964 )
2023-06-23 13:25:50 +02:00
eb7b4fc369
chore(main): release 4.15.1 ( #963 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-23 13:25:23 +02:00
9bfe77c1de
chore(build): auto-generate vimdoc
2023-06-23 11:20:51 +00:00
2ef0c437b2
docs: added c compiler to requirements
2023-06-23 13:20:03 +02:00
ed89d01113
fix(edgy): only add symbolsoutline to the sidebar if it is installed.
2023-06-22 20:53:16 +02:00
09c1bf54ea
chore(main): release 4.15.0 ( #962 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 16:36:36 +02:00
5299522780
feat(mini.files): added extra keymap to open mini.files in the cwd
2023-06-22 16:29:45 +02:00
9ea1f31e9d
chore(main): release 4.14.0 ( #961 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 16:20:24 +02:00
e624511fa2
feat(extras): added extra for mini.files
2023-06-22 16:17:54 +02:00
69bf9e7e01
style(options): update comment ( #960 )
2023-06-22 12:51:25 +02:00
ca1880da0a
chore(main): release 4.13.1 ( #959 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 12:48:15 +02:00
09fafb946a
perf(treesitter): better way of loading treesitter-textobjects
2023-06-22 11:43:32 +02:00
8281bd2f63
chore(main): release 4.13.0 ( #958 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 10:45:32 +02:00
aa28119aa6
feat(flash): add treesitter to normal mode as well
2023-06-22 10:37:47 +02:00
5d0e10a30a
chore(build): auto-generate vimdoc
2023-06-22 08:35:06 +00:00
0b99c9f788
fix(neo-tree): updated some icons to use Nerd Fonts v3. Fixes #957
2023-06-22 10:34:28 +02:00
47111bd2db
chore(main): release 4.12.0 ( #954 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-21 11:05:28 +02:00
318a4c8304
feat: added extra for flash.nvim
2023-06-21 10:51:04 +02:00
e865b9abe1
chore(main): release 4.11.0 ( #951 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-21 08:05:13 +02:00
31505842be
chore(build): auto-generate vimdoc
2023-06-21 06:03:21 +00:00
01c7eeebd0
feat: added support for the new builtin inlay hints
...
Enable with:
```lua
{"neovim/nvim-lspconfig", opts = {inlay_hints = {enabled = true}}}
```
2023-06-21 08:01:59 +02:00
428bdf768f
chore(main): release 4.10.0 ( #938 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-19 16:35:48 +02:00
e4eb4e1603
chore(build): auto-generate vimdoc
2023-06-19 14:10:01 +00:00
6b1efe78e2
feat(treesitter): allow run TSUpdateSync from command line ( #944 )
...
Use a script to keep the neovim updated is really useful, but is not
possible by default because TSUpdateSync is not on `cmd` commands.
```sh
nvim --headless "+Lazy! sync" "+TSUpdateSync" +qa
```
2023-06-19 16:09:23 +02:00
b37616c203
feat(extras): add ruby as extras for languages ( #881 )
...
* Add ruby as extras for languages
* remove personal things that other people might not use
* fix typo
* install solargraph through mason
2023-06-17 08:27:15 +02:00
d3440766d0
chore(main): release 4.9.0 ( #921 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-17 08:22:33 +02:00
855b1ccc7d
chore(build): auto-generate vimdoc
2023-06-17 06:21:21 +00:00
f54d95d965
fix(which-key): don't load which-key as a noice dep
2023-06-17 08:20:44 +02:00
ebd002f135
fix(keymaps): disable ctrl-hjkl for lazygit. Fixes #905
2023-06-16 19:06:27 +02:00
b95644448e
chore(build): auto-generate vimdoc
2023-06-16 12:52:58 +00:00
41f515caae
feat(util): LazyVim terminals can now be opened/reopened with a count
2023-06-16 14:52:13 +02:00
cbf1797f4c
style: added CmpGhostText
2023-06-16 14:51:19 +02:00
2e7ad2b825
chore(build): auto-generate vimdoc
2023-06-12 15:23:02 +00:00
ba49339fe3
feat(edgy): added LazyVim resize keymaps to edgy
2023-06-12 17:22:17 +02:00
84986b3729
feat(edgy): added support for neotest
2023-06-12 17:22:17 +02:00
986a6374f4
chore(main): release 4.8.1 ( #913 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-09 17:56:18 +02:00
30d03eda5b
fix(edgy): make noice windows 0.4 height
2023-06-09 16:28:26 +02:00
d6bb907cf0
fix(keymaps): dont map jk in visual. Use x instead of v. Fixes #912
2023-06-09 16:27:45 +02:00
b2bceeed77
chore(main): release 4.8.0 ( #903 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-09 12:57:09 +02:00
86fe83f311
chore(build): auto-generate vimdoc
2023-06-09 10:44:20 +00:00
04f17cb86b
feat(edgy): added leader-ue to toggle edgy sidebars
2023-06-09 12:43:35 +02:00
9013f6e274
faet(edgy): leader-ue => leader-uE to select an edgy window
2023-06-09 12:43:35 +02:00
6ffc89512e
feat(edgy): neo-tree filessystem is now also a pinned view
2023-06-09 12:43:35 +02:00
e049928b8b
fix(keymaps): better j/k for visual mode ( #902 )
2023-06-08 13:48:23 +02:00
7c593dce1f
chore(main): release 4.7.0 ( #891 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-08 09:47:29 +02:00
47edc8918a
feat(edgy): added noice
2023-06-08 07:54:14 +02:00
f7b0c853cc
fix(edgy): dont layout toggleterm floats
2023-06-08 07:54:14 +02:00
448d502947
fix(qf): better error message. Fixes #892
2023-06-08 07:54:14 +02:00
57c7ba1c0d
chore(build): auto-generate vimdoc
2023-06-08 05:49:10 +00:00
2ec4da7fa5
fix(format): eslint should respect autoformat ( #897 )
2023-06-08 07:48:34 +02:00
0731f08ee4
feat(edgy): added <leader>ue
to quickly jump to an edgy window
2023-06-06 12:20:56 +02:00
00339b7b56
chore(main): release 4.6.2 ( #890 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-06 07:59:08 +02:00
34a5d32561
chore(build): auto-generate vimdoc
2023-06-06 05:47:11 +00:00
1897617c98
fix(keymaps): terminal show/hide
2023-06-06 07:46:32 +02:00
41765a4041
chore(main): release 4.6.1 ( #889 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-06 00:33:49 +02:00
ad6f6cfffd
fix(edgy): dont edit help buffers in edgy
2023-06-06 00:11:53 +02:00
d31772f981
fix(keymaps): added c-_ mapped to c-/ to make it work in some terminals
2023-06-06 00:11:52 +02:00
6a01c9a180
chore(main): release 4.6.0 ( #887 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-05 23:30:44 +02:00
b929413ddd
feat(copilot): enable copilot in markdown and help files
2023-06-05 22:51:55 +02:00
56f092f1a8
feat: added extra for edgy.nvim
2023-06-05 19:29:11 +02:00
821672a0db
chore(main): release 4.5.1 ( #885 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-05 13:34:02 +02:00
8ce862e12e
chore(build): auto-generate vimdoc
2023-06-05 10:11:35 +00:00
952a0cfb96
fix(keymaps): remove c-w
mapping
2023-06-05 12:10:55 +02:00
d69d55afd4
chore(main): release 4.5.0 ( #871 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-03 11:01:39 +02:00
7a36e2989c
feat(keymaps): added <c-/>
in normal/terminal mode to toggle main terminal
2023-06-03 10:54:29 +02:00
049fe77c3c
chore(build): auto-generate vimdoc
2023-06-03 08:50:38 +00:00
5a47492535
feat(util): LazyVim terminals are now persistent by default (toggleterm)
2023-06-03 10:49:58 +02:00
15f5a229d9
fix(indentscope): dont use indentscope/blankline for lazyterm/toggleterm/notify
2023-06-03 10:49:58 +02:00
bb4a7fe410
fix(spectre): make spectre behave with regards to swap files
2023-06-03 10:49:58 +02:00
419086e8a3
feat(neo-tree): enabled document_symbols for neo-tree
2023-06-03 10:49:58 +02:00
49ae2344a1
feat(keymaps): added some useful keymaps for terminals
2023-06-03 10:49:58 +02:00
1efe3a96b2
chore(build): auto-generate vimdoc
2023-06-02 05:40:07 +00:00
5ed3250f24
fix(lualine): dont load copilot when not available. Fixes #872
2023-06-02 07:39:22 +02:00
9c1a5620ed
chore(build): auto-generate vimdoc
2023-06-01 22:11:28 +00:00
08422bf559
perf(illuminate): on large files >2000 lines, enable lsp references only
2023-06-02 00:10:02 +02:00
fc236b3a2a
feat(noice): route some undo messages to the mini view
2023-06-01 22:57:06 +02:00
01fbeb139b
chore(build): auto-generate vimdoc
2023-05-30 21:21:43 +00:00
99ce1002d7
chore(main): release 4.4.0 ( #854 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-30 23:21:07 +02:00
3b4c27e6a6
chore(build): auto-generate vimdoc
2023-05-29 20:29:14 +00:00
a94ef5953a
fix(indent-blankline): don't load indent-blankline for nvim-notify
2023-05-29 22:28:28 +02:00
0c05f8a185
feat(catppuccin): enabled integration for plugins included with LazyVim
2023-05-29 22:28:28 +02:00
6b68378c2c
chore(main): release 4.3.1 ( #841 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-28 12:54:13 +02:00
0e671ad7fa
fix(neotest): properly detect __call. Fixes #847
2023-05-28 12:52:22 +02:00
b68311eb6d
chore: removed util.build. This is now part of the lazyvim website code
2023-05-28 12:39:51 +02:00
a866c6801d
fix(neotest): removed <leader>tR
in favor of <leader>tt
2023-05-28 11:07:02 +02:00
5c97e0c1d0
chore(build): auto-generate vimdoc
2023-05-28 07:42:37 +00:00
72b81553f3
fix(dashboard): center the LazyVim logo ( #845 )
...
* Center the LazyVim logo
This visually centers the LazyVim login on the starter page.
* fix(alpha): center logo
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-05-28 09:41:58 +02:00
88238e2109
fix(luasnip): use echo
instead of echo -e
for build warning
2023-05-27 23:03:44 +02:00
c272bba013
chore(main): release 4.3.0 ( #839 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-27 09:58:08 +02:00
b16012b106
chore(build): auto-generate vimdoc
2023-05-27 07:38:41 +00:00
efc72b0649
feat(neotest): added <leader>tt
and <leader>tT
to run tests in file or all test files
2023-05-27 09:37:55 +02:00
2a3bac7690
fix(neotest): support neotest adapaters that use setup()
for custom setup
2023-05-27 09:37:17 +02:00
98e2ffcf14
feat(neotest): allow adapter names as a list
2023-05-27 09:36:52 +02:00
2c89770504
feat(noetest): open trouble instead of quickfix on errors when available
2023-05-27 09:36:29 +02:00
30824369c2
fix(hipatterns): default options
2023-05-27 09:36:05 +02:00
1288f0d5a5
fix(neotest): added some additional filetypes to close with q
2023-05-27 09:35:49 +02:00
a3ec4c21f7
chore(main): release 4.2.0 ( #831 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-26 17:01:21 +02:00
f7a63042f9
feat(hipatterns): made tailwind ft and style configurable
2023-05-26 16:42:07 +02:00
b7a925904e
fix(hipatterns): reset hl groups when colorscheme changes
2023-05-26 16:32:34 +02:00
5eccaeb992
feat(lsp): added nvim-lspconfig.opts.format_notify
. Enable this to debug formatter issues.
2023-05-26 10:51:07 +02:00
962fc6bab4
feat(lsp): added support for upcoming dynamic registration of formatters
2023-05-26 10:50:16 +02:00
e990d23cfe
chore(main): release 4.1.1 ( #829 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-26 08:20:25 +02:00
b027bebeab
fix(hipatterns): make sure priority is higher than the one for references
2023-05-26 08:14:29 +02:00
19f4250888
chore(build): auto-generate vimdoc
2023-05-26 06:11:52 +00:00
33f61b58de
fix(hipatterns): make it work on stable
2023-05-26 08:11:07 +02:00
5373af76f8
chore(main): release 4.1.0 ( #828 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 23:34:31 +02:00
c526ea338b
feat(hipatterns): better tailwind fg colors
2023-05-25 23:32:55 +02:00
ba0cfbccf3
chore(main): release 4.0.0 ( #827 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 22:40:52 +02:00
47ee48faba
build: fixed docs build
2023-05-25 22:37:45 +02:00
7bc979a7c1
feat: added extra for mini.hipatterns with tailwind support
2023-05-25 22:33:58 +02:00
9c7821e681
fix!: remove nvim-colorizer.lua It actually wasn't even enabled and I'll add hipatterns with optional tailwind support soon
2023-05-25 21:55:05 +02:00
95e2a07f16
chore(main): release 3.7.2 ( #825 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 20:29:48 +02:00
d35d982984
chore: remove unused upvalue function ( #823 )
2023-05-25 20:05:02 +02:00
877e63ca8e
fix(telescope): use last-known telescope commit to work on Neovim 0.8.0 when running in Neovim 0.8.0
2023-05-25 18:33:59 +02:00
bc24b68260
chore(main): release 3.7.1 ( #820 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 14:27:09 +02:00
b75ed594a9
fix(mini.comment): removed dirty upvalues hack for mini.comments. no longer needed
2023-05-25 14:24:29 +02:00
4f2bb725be
refactor(mason): use new handlers opt
2023-05-25 14:24:29 +02:00
2f0bfbbad8
chore(build): auto-generate vimdoc
2023-05-25 07:08:32 +00:00
01a6085b2b
chore(main): release 3.7.0 ( #818 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 09:07:44 +02:00
2b5ae7b63c
feat(go): add workaround to get semantic token highlighting ( #815 )
2023-05-24 23:22:40 +02:00
dc40f02f35
chore(main): release 3.6.2 ( #817 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 22:14:12 +02:00
4b367952f6
fix(tailwind): nil check on filetypes_exclude. See #816
2023-05-24 22:02:30 +02:00
7c9abd7463
fix(vscode): only remap keybinds when running in vscode
2023-05-24 21:59:37 +02:00
868ccedff2
chore(main): release 3.6.1 ( #812 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 14:28:48 +02:00
29632c6b29
fix(go): actually set semantic tokens ( #811 )
2023-05-24 14:07:23 +02:00
5b7ae96c5d
chore(main): release 3.6.0 ( #801 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 11:30:49 +02:00
e9fb81e94d
feat(typescript): added dap config for typescript. Will only be enabled when dap is also enabled
2023-05-24 10:47:54 +02:00
b172f47f27
fix(go): extend mason ensure_installed
2023-05-24 10:35:05 +02:00
9cfe88c7ba
fix: remove debug notify ( #808 )
2023-05-24 10:34:27 +02:00
163a4f9275
feat(go): add go lang extras ( #795 )
...
* feat(go): add go lang extras
* fix(go): update plugin
* fix(go): add neotest adapter to adapters
* fix(go): pr changes
2023-05-24 08:55:03 +02:00
076b2e432e
chore(build): auto-generate vimdoc
2023-05-24 06:46:02 +00:00
5bf45e3139
feat(vscode): better vscode support
2023-05-24 08:45:20 +02:00
eba510ec69
fix(vscode): properly cleanup disabled deps
2023-05-23 14:33:13 +02:00
39fa63646d
feat(vscode): add vscode=true
to any plugin spec you want to activate in vscode
2023-05-23 14:33:00 +02:00
e975f021ea
fix(vscode): added ts-context-commentstring
2023-05-23 14:32:32 +02:00
bf66e71adc
fix(neotest): pass opts to neotest
2023-05-23 14:07:11 +02:00
cd96e3d9e5
refactor(neotest): better way to pass custom options for adapters
2023-05-23 13:00:15 +02:00
5559228300
chore(main): release 3.5.0 ( #796 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 09:01:26 +02:00
3dcc074693
fix(vscode): support older Neovim versions. Fixes #798
2023-05-23 08:44:51 +02:00
58c3842faa
chore(build): auto-generate vimdoc
2023-05-23 06:43:03 +00:00
89db0157b1
feat(mini.comment): added ts-context-commentstring back and made it work with mini.comment
2023-05-23 08:41:44 +02:00
7443effe26
feat(test): added easy way to configure adapters
2023-05-22 21:31:12 +02:00
78298cb134
chore(main): release 3.4.0 ( #782 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-22 21:00:46 +02:00
55bf4d104c
build: dont generate docs for the vscode extra
2023-05-22 20:57:49 +02:00
c12835ab86
feat(vscode): added vscode extra with minimal functionality. Will only do something when vim.g.vscode is set
2023-05-22 20:57:33 +02:00
183fd89d76
fix: make some extra deps optional
2023-05-22 20:57:26 +02:00
99785ce36b
fix(persistence): dont add rtp to session
2023-05-22 20:57:26 +02:00
bb0d4d4e7d
feat(tests): added neotest ( #642 )
...
* feat(tests): adds test management
* refactor(tests): pr changes
* fix(tests): make dap keybind optional based on nvim-dap existence
2023-05-22 20:57:15 +02:00
f8982332be
feat(project): add to mini.starter ( #640 )
...
* feat(project): add to mini.starter
* fix(project): make alpha and mini.starter optional
2023-05-22 20:30:18 +02:00
0c517d1f5c
chore(build): auto-generate vimdoc
2023-05-22 14:39:48 +00:00
df6a0d3b10
style: removed deprecated option from neodev
2023-05-22 16:39:09 +02:00
7a7c024bf6
chore(build): auto-generate vimdoc
2023-05-21 08:53:25 +00:00
29554455aa
feat(tailwind): don't enable tailwind in markdown files
2023-05-21 10:52:46 +02:00
b227d9727a
perf(eslint): only run EslintFixAll for the current buffer when there are diagnostics from eslint
2023-05-19 22:49:25 +02:00
b4099a6477
fix(dap): fix the mason-nvim-dap setting name ( #781 )
2023-05-19 21:34:19 +02:00
5a27e1def0
chore(build): auto-generate vimdoc
2023-05-19 13:07:42 +00:00
06e4ba2fdb
style: Fix comments on autocmds and keymaps loading ( #779 )
2023-05-19 15:06:59 +02:00
23410a4594
chore(main): release 3.3.0 ( #772 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-18 16:31:55 +02:00
c737f2b6c2
feat(telescope): added <a-c>
mapping for telescope pickers to switch to cwd instead of root
2023-05-18 09:46:46 +02:00
78354a1e5e
fix(telescope): keep current prompt when switching to hidden/no_ignore
2023-05-18 09:46:46 +02:00
080ea29354
chore(main): release 3.2.0 ( #759 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-18 08:30:28 +02:00
3d7238f753
chore(build): auto-generate vimdoc
2023-05-18 06:22:51 +00:00
a43d1b79f2
feat(noice): enable the inc_rename preset when inc_rename is availble
2023-05-18 08:22:08 +02:00
bd1ba54d13
fix(mini): lazy now supports mini plugins out of the box. no longer needed to have a custom config
2023-05-13 16:16:10 +02:00
9f2010a8b9
chore(main): release 3.1.0 ( #757 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-13 15:49:06 +02:00
e09423b28c
chore(build): auto-generate vimdoc
2023-05-13 13:46:15 +00:00
2525b91313
feat(noice): send written notifications to the mini view instead of notify
2023-05-13 15:45:28 +02:00
a213da4430
feat(noice): use noice's improved entry doc view for cmp
2023-05-13 15:45:02 +02:00
b57582bc91
chore(main): release 3.0.0 ( #755 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-12 20:40:23 +02:00
d41ef05cc0
feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box
...
If you use this plugin, you can add it again with the following code:
{
"nvim-treesitter/nvim-treesitter",
opts = {
context_commentstring = {
enable = true,
enable_autocmd = false,
},
},
dependencies = {
"JoosepAlviste/nvim-ts-context-commentstring",
},
}
2023-05-12 20:34:36 +02:00
dfde622847
chore(main): release 2.13.1 ( #731 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-12 17:05:10 +02:00
44df7434d4
perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally
2023-05-12 17:03:16 +02:00
049e323714
fix(copilot): removed special handling of copilot in cmp. no longer needed
2023-05-12 17:01:10 +02:00
7d96b07c6f
chore(build): auto-generate vimdoc
2023-05-12 14:47:08 +00:00
ad229bbf42
fix(copilot): latest copilot-cmp requires passing opts to _on_insert_enter ( #752 )
2023-05-12 16:46:21 +02:00
cbf1d335ed
chore(build): auto-generate vimdoc
2023-05-08 16:57:02 +00:00
6ebf3ab084
fix(icons): updated a dap icon
2023-05-08 18:56:18 +02:00
25d37a2cdd
chore(main): release 2.13.0 ( #702 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-04 18:32:55 +02:00
7409fef291
chore(build): auto-generate vimdoc
2023-05-04 16:28:28 +00:00
3f5c2c283e
feat(extras): added extra for tailwindcss
2023-05-04 18:27:36 +02:00
f51719a12d
chore(build): auto-generate vimdoc
2023-05-02 19:30:33 +00:00
ea4858874b
fix(mason): exclude filetype mason in indent-blankline.nvim ( #701 )
2023-05-02 21:29:52 +02:00
c42ebc216a
chore(main): release 2.12.1 ( #685 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-28 15:26:43 +02:00
bdddb215cc
chore(build): auto-generate vimdoc
2023-04-28 09:48:21 +00:00
eb143ebe11
fix(format): only do null-ls formatting logic when null-ls is availble. Fixes #684
2023-04-28 11:47:37 +02:00
86ac9989ea
chore(build): auto-generate vimdoc
2023-04-25 07:13:27 +00:00
dc1d48f436
style: Change description of notify.dismiss() binding ( #675 )
2023-04-25 09:12:41 +02:00
5202a0f006
chore(main): release 2.12.0 ( #671 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-24 20:47:45 +02:00
7b9145c12d
fix(spectre): use new url by default
2023-04-24 08:45:40 +02:00
3e46dd61cd
feat(bufferline): use mini.bufremove
to close a buffer ( #670 )
...
* feat(bufferline): use `mini.bufremove` to close a buffer
* fix(bufferline): don't force remove buffers
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:40:57 +02:00
43763a6226
chore(build): auto-generate vimdoc
2023-04-24 06:39:25 +00:00
6c334fed6a
feat(telescope): added keymap for recent files in the current directory. ( #669 )
...
* Support MRU in current directory.
* Update editor.lua
* fix(telescope): use cwd for oldfiles for consistency with other commands
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:38:42 +02:00
d18331ca89
chore(main): release 2.11.0 ( #664 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-23 11:21:54 +02:00
59f3b3e096
feat(plugins): automatically handle plugin repo renames
2023-04-23 11:20:02 +02:00
4fbb7a2803
fix(health): remove deprecated api warning ( #666 )
2023-04-23 11:04:05 +02:00
b760ec63c4
chore(build): auto-generate vimdoc
2023-04-23 09:02:33 +00:00
d565684ade
feat(lsp): automatically resolve denols/tsserver conflicts if both are configured
2023-04-23 11:01:46 +02:00
c7aeda9db1
chore(build): auto-generate vimdoc
2023-04-22 21:07:31 +00:00
3a718c5c85
feat(dap): Change DAP REPL binding from open to toggle ( #663 )
2023-04-22 23:06:55 +02:00
6c86952a0e
chore(main): release 2.10.0 ( #659 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 23:53:51 +02:00
ad214af54d
feat(neo-tree): refresh neotree git status when closing a lazygit terminal
2023-04-21 23:42:30 +02:00
40983a3269
fix(copilot): re-enable copilot confirm with overwrite
2023-04-21 23:42:30 +02:00
2f93f69171
chore(main): release 2.9.0 ( #655 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 18:30:09 +02:00
4379ae8ab9
fix(copilot): work-around Neovim bug. Fixes #656
2023-04-21 18:27:15 +02:00
eb92903342
feat(tsserver): set some tsserver formatting settings to their Neovim equivalents. Also used for organize imports
2023-04-21 16:50:12 +02:00
03282126e3
chore(main): release 2.8.0 ( #652 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 09:25:43 +02:00
1274310e6d
feat(copilot): better copilot status colors for lualine
2023-04-21 09:24:12 +02:00
14e708a246
fix: remove unintentional <lt>nop>
mapping ( #651 )
2023-04-21 09:21:34 +02:00
437156a3ae
chore(main): release 2.7.0 ( #650 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 08:59:45 +02:00
063f8d6dff
chore(build): auto-generate vimdoc
2023-04-21 06:47:24 +00:00
d63c471008
feat(copilot): added lualine component for copilot. Simple icon colored by status. Will add status message when available (warnings)
2023-04-21 08:46:45 +02:00
4042614005
refactor: move lualine fg function to Util
2023-04-21 08:46:05 +02:00
81ab5bed7a
chore(main): release 2.6.0 ( #638 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-20 09:27:37 +02:00
5264909b54
fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope
2023-04-20 08:29:22 +02:00
68c21ec452
chore(build): auto-generate vimdoc
2023-04-20 06:15:00 +00:00
7fe0d5c7c7
feat(extras): added project management ( #300 )
...
* feat(project): add project management
* refactor: moved project to extras
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-20 08:14:21 +02:00
342fa02370
chore(main): release 2.5.0 ( #635 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-19 20:04:23 +02:00
ac1051686b
feat(lsp): added support for setting global lsp client capabilities
2023-04-19 19:58:05 +02:00
55cc8b67fc
chore(main): release 2.4.3 ( #630 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-19 17:07:32 +02:00
1d2c97cbda
fix(treesitter): de-duplicate langs in endure_installed. Fixes #628
2023-04-19 16:45:02 +02:00
0b8c799a7a
chore(main): release 2.4.2 ( #623 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-19 07:52:26 +02:00
1caa27ba4a
fix(diagnostics): deepcopy diagnostic params. Fixes #621
2023-04-19 07:49:39 +02:00
3518c1d73b
chore(main): release 2.4.1 ( #622 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-19 07:23:42 +02:00
ae8c371ff4
chore(build): auto-generate vimdoc
2023-04-19 05:22:38 +00:00
17fe32e428
fix(lsp): properly check that diagnostics virtual_text is a table. Fixes #618
2023-04-19 07:21:52 +02:00
ef21bea975
chore(main): release 2.4.0 ( #614 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-18 20:30:46 +02:00
38ad79d548
feat(dap): add more keybindings and lualine component ( #612 )
...
* feat(dap): add more keybindings and lualine component
* refactor(dap): changed some keymaps and sorted them
* refactor(lualine): added extra space for dap icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-18 20:23:39 +02:00
95b86c8d1d
chore(build): auto-generate vimdoc
2023-04-18 18:01:24 +00:00
01a1b8e80d
feat(diagnostics): added support for setting prefix = "icons". Check the docs on how to enable
2023-04-18 20:00:02 +02:00
06c38c52a9
feat(diagnostics): show diagnostics source when more than one source is reporting diagnostics
2023-04-18 19:59:19 +02:00
77efbe8bcf
chore(main): release 2.3.0 ( #606 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-17 20:53:26 +02:00
cfaf3b054e
feat(dap): add step out, rebind step over ( #605 )
2023-04-17 17:53:39 +02:00
5f6913c0db
chore(main): release 2.2.1 ( #601 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-17 08:51:54 +02:00
a94f7afdeb
fix(telescope): typo
2023-04-17 08:49:38 +02:00
b391c37e53
chore(main): release 2.2.0 ( #595 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-17 08:31:16 +02:00
338680d80a
chore(build): auto-generate vimdoc
2023-04-17 05:34:39 +00:00
df9547f432
fix(telescope): consistent keymap description. Fixes #600
2023-04-17 07:33:55 +02:00
0155de00ab
feat(noice): added keymap to dismiss all noice messages
2023-04-16 23:08:46 +02:00
0cb8974221
fix(lsp): gT => gy. keymap for goto type definition. Fixes #554
2023-04-16 22:35:14 +02:00
700cdaf30d
chore(main): release 2.1.0 ( #594 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-16 22:05:08 +02:00
feaeab9fca
fix(dap): added DapInstall and DapUninstall to cmds
2023-04-16 21:56:38 +02:00
54846ff763
docs: add extras keymaps to keymaps
2023-04-16 21:50:48 +02:00
f562d1d197
feat(dap): added extra for dap nlua
2023-04-16 21:35:52 +02:00
bc14e02a1f
feat: added extra for dap
2023-04-16 21:35:38 +02:00
df94a044ec
feat(which-key): easier integration for which-key group names
2023-04-16 21:33:55 +02:00
29ec138f8e
chore(main): release 2.0.0 ( #588 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-16 14:17:09 +02:00
98775f5631
feat(telescope): add document/workspace diagnostics and todo/fixme telescope keymaps ( #557 )
2023-04-16 14:15:34 +02:00
36aa64bc0b
build: deprecated treesitter method
2023-04-16 11:35:35 +02:00
02c5e8d953
fix(config): options cant be disabled with lazyvim config. Fixes #566
2023-04-16 11:34:35 +02:00
a9e9204dae
fix(lazygit): dont use <esc><esc>
for normal more for laygit to prevent delays on <esc>
. Fixes #567
2023-04-16 11:18:44 +02:00
2d8116ef67
fix(lsp): gt -> gT. Fixes #554
2023-04-16 11:03:54 +02:00
bef36bb2fd
fix(format): ignore vim.b.autoformat when formatting using key bindings. Fixes #575
2023-04-16 10:48:07 +02:00
a099b2d3ab
feat(keymaps): Get rename command from inc_rename configuration ( #579 )
...
Gets the rename command from the inc_rename module (when installed), rather than assuming the default `IncRename`, allowing the user to modify the inc_rename options without having to create a new keymap.
2023-04-16 10:43:14 +02:00
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list ( #512 )
2023-04-16 10:39:12 +02:00
6e01e8560e
feat(telescope): use the new dynamic workspace symbols ( #577 )
...
`lsp_workspace_symbols` may fail or return nothing when query is empty.
Use the new `lsp_dynamic_workspace_symbols` to dynamically query symbols
in the workspace.
Related: https://github.com/nvim-telescope/telescope.nvim/issues/964
Fixes: https://github.com/LazyVim/LazyVim/issues/576
2023-04-16 10:25:20 +02:00
7691daa036
chore(build): auto-generate vimdoc
2023-04-16 05:54:27 +00:00
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583
2023-04-16 07:53:42 +02:00
1c06aa35ee
chore(build): auto-generate vimdoc
2023-04-15 21:12:09 +00:00
078250a114
refactor(treesitter)!: rename help to vimdoc ( #521 )
2023-04-15 23:11:29 +02:00
7ce1b1519a
chore(main): release 1.24.0 ( #510 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-31 13:17:00 +02:00
79fe0455a0
feat(lualine): added lazy extension
2023-03-31 13:05:36 +02:00
a6062758d2
chore(build): auto-generate vimdoc
2023-03-31 07:41:46 +00:00
ed48b85dbe
feat(autocmds): add auto create dir ( #493 )
...
* feat(autocmds): add auto create dir
* refactor: auto-create dir
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-03-31 09:40:57 +02:00
f67f20184f
chore(main): release 1.23.0 ( #492 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-25 09:57:40 +01:00
7048619cc1
chore(build): auto-generate vimdoc
2023-03-25 08:43:47 +00:00
59eb19835f
feat(treesitter): use Python indents as they've improved greatly ( #490 )
2023-03-25 09:42:57 +01:00
c4572fcec8
chore(main): release 1.22.0 ( #468 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-23 08:12:56 +01:00
c272cb2940
chore(build): auto-generate vimdoc
2023-03-23 07:01:09 +00:00
381ee0a9fc
fix(mason): removed flake8. You can add it back in your own configs if you need it or add ruff_lsp
2023-03-23 08:00:24 +01:00
b48a1969d3
chore(build): auto-generate vimdoc
2023-03-22 08:03:44 +00:00
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd ( #473 )
2023-03-22 09:03:02 +01:00
049c84509c
chore(build): auto-generate vimdoc
2023-03-21 06:27:56 +00:00
ade4342c42
feat(treesitter): add luadoc ( #469 )
2023-03-21 07:27:13 +01:00
18328d10c9
chore(build): auto-generate vimdoc
2023-03-20 18:57:14 +00:00
df5cbfdbec
feat(mason): compatibility with the new mason registry
2023-03-20 19:56:34 +01:00
11d414c358
chore: update templates
2023-03-19 20:40:58 +01:00
7a8ca6222a
chore(main): release 1.21.2 ( #463 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-19 08:15:14 +01:00
db66353db9
chore(build): auto-generate vimdoc
2023-03-19 06:59:41 +00:00
a7b25e13fa
fix(alpha): use AlphaFooter
highlight for footer section ( #461 )
2023-03-19 07:58:51 +01:00
a0b1256554
chore(main): release 1.21.1 ( #451 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 22:31:38 +01:00
501474e421
fix(config): compat with lazy.nvim
2023-03-17 22:29:07 +01:00
b984c0cff5
chore(main): release 1.21.0 ( #449 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 16:44:09 +01:00
9f5a0f1bd8
feat(lsp): added keymap to see source actions with <leader>cA
(useful for tsserver and others)
2023-03-17 16:29:32 +01:00
d0b378f427
chore(main): release 1.20.0 ( #442 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 08:16:40 +01:00
aa4f7ec651
chore(build): auto-generate vimdoc
2023-03-17 07:05:01 +00:00
c10e550639
feat(lsp): make lsp work when mason-lspconfig is disabled. Fixed #445
2023-03-17 08:04:17 +01:00
f0b548af2f
chore(build): auto-generate vimdoc
2023-03-16 11:17:38 +00:00
cec000dfd8
fix(icons): replace obsolete icons ( #441 )
...
* fix(icons): replace obsolete icons
* fix(icons): bigger icons
* fix(icons): bigger folder icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-03-16 12:16:55 +01:00
6b740fd300
chore(main): release 1.19.0 ( #422 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-14 11:23:08 +01:00
564e25a277
chore(build): auto-generate vimdoc
2023-03-14 10:18:08 +00:00
df6ac591ba
fix(core): set cond=true
for LazyVim
2023-03-14 11:17:07 +01:00
bcdcfab020
feat(mini-starter): add Session restore to starter menu ( #421 )
...
This mirrors the menu item added in alpha-nvim. I named this "Session
restore" rather than "Restore session", since mini.starter uses the
first letter of the item as the shortcut key. This way it doesn't
conflict with "Recent files"
2023-03-12 23:00:20 +01:00
8bb0c9ddd8
chore(main): release 1.18.2 ( #415 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-12 09:26:52 +01:00
0bed79f844
chore(build): auto-generate vimdoc
2023-03-12 08:12:43 +00:00
a28885be3f
fix(lsp): allow silent=false
for lsp keymaps. Fixes #414
2023-03-12 09:10:45 +01:00
f5e010d887
chore(main): release 1.18.1 ( #407 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 13:58:49 +01:00
9f30a2e03a
fix(prettier): extend ensure_installed instead of overwriting it. Fixes #406
2023-03-10 13:55:06 +01:00
9d9e6b1188
chore(main): release 1.18.0 ( #391 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 09:04:29 +01:00
3ffd5408a1
chore(build): auto-generate vimdoc
2023-03-10 07:59:02 +00:00
f1dbd097e4
fix(eslint): only run EslintFixAll on buffers where eslint is attached
2023-03-10 08:54:56 +01:00
aa8bae07ae
feat(prettierd): added an extra for prettierd with null-ls
2023-03-10 08:45:09 +01:00
75299da24c
feat(eslint): added an extra for eslint lsp that runs EslintFixAll before saving a buffer
2023-03-10 08:44:47 +01:00
5aad5749a7
feat(null-ls): added .neoconf.json to null-ls root_dir
2023-03-10 08:44:17 +01:00
5bb2314787
feat(typescript): added null-ls typescript code actions
2023-03-10 08:43:53 +01:00
b1b5b461bf
chore(build): auto-generate vimdoc
2023-03-06 06:38:20 +00:00
23ba877bb0
feat(copilot): better sorting for cmp sources when using copilot
2023-03-06 07:37:37 +01:00
8f3834bc13
feat(null-ls): added fish_indent and fish diag
2023-03-06 07:37:37 +01:00
c407ddfe8a
feat(shfmt): added shfmt to null-ls and mason
2023-03-06 07:37:37 +01:00
3c6357815c
chore(main): release 1.17.1 ( #389 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-05 17:10:36 +01:00
079d3967d0
fix(copilot): confirm with replace for copilot only
2023-03-05 17:06:13 +01:00
ae9c74d88e
chore(main): release 1.17.0 ( #379 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-05 09:16:44 +01:00
e7a515e548
fix(mason): removed installing of shellcheck and shfmt. Use bashls instead
2023-03-05 09:12:16 +01:00
2002265461
chore(build): auto-generate vimdoc
2023-03-05 08:09:39 +00:00
f441faad03
feat: add luap to nvim-treesitter ensure_installed ( #383 )
2023-03-05 09:08:51 +01:00
6fec14e508
fix(typescript): enable function call completion snippets
2023-03-04 10:41:52 +01:00
b10c9ade77
build: neoconf sumneko_lua => lua_ls
2023-03-04 10:41:52 +01:00
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd
2023-03-04 10:41:51 +01:00
0d32e62567
chore(build): auto-generate vimdoc
2023-03-04 07:41:20 +00:00
9dd2487529
fix: rename more appropriately (also a typo) ( #378 )
2023-03-04 08:40:37 +01:00
1f7be0bbad
chore(main): release 1.16.0 ( #376 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 20:12:35 +01:00
57c2dcb3a3
feat(neo-tree): added expanders
2023-03-03 20:10:45 +01:00
099fd48844
chore(main): release 1.15.0 ( #371 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 08:34:43 +01:00
04a60e251b
fix(luasnip): added note that jsregexp is optional if it fails to build
2023-03-03 08:28:35 +01:00
d285548ae0
chore(build): auto-generate vimdoc
2023-03-03 07:23:08 +00:00
368c65e14b
feat(copilot): added an extra to enable copilot. {import = "lazyvim.plugins.extras.coding.copilot"}
2023-03-03 08:22:20 +01:00
3a52307505
feat(cmp): added <s-CR>
to confirm completion with replace
2023-03-03 08:21:29 +01:00
3c0f28331b
chore(main): release 1.14.1 ( #366 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-02 14:29:06 +01:00
c32943f2aa
chore(build): auto-generate vimdoc
2023-03-02 13:18:45 +00:00
d00aade8db
fix(alpha): larger session icon. Fixes #365
2023-03-02 14:17:57 +01:00
f6f3ce4a9b
fix(luasnip): dont build jsregexp on Windows
2023-03-02 14:15:51 +01:00
16e4a3f8fd
fix(leap): unpin leap
2023-03-02 08:19:03 +01:00
d0e420eca8
chore(main): release 1.14.0 ( #360 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-01 17:51:10 +01:00
f9b7406df9
feat(telescope): Add open selected with trouble keymap ( #357 )
2023-03-01 13:10:04 +01:00
efca9528da
chore(main): release 1.13.1 ( #358 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-01 11:41:35 +01:00
e42c308a6b
chore(build): auto-generate vimdoc
2023-03-01 10:40:15 +00:00
787ceab031
fix(leap): pin leap for now till flit issue is fixed
2023-03-01 11:39:33 +01:00
7e47f88749
chore(main): release 1.13.0 ( #343 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-28 12:58:53 +01:00
59fa83653f
feat(keymaps): Add previous/next trouble/quickfix item keymap [q
, ]q
( #299 )
2023-02-28 11:31:35 +01:00
5abb10b5ab
fix(lsp): only map lsp goto definition when client has definitionProvider ( #348 )
...
Co-authored-by: Alexander Born <alexander.born@bmw.de>
2023-02-28 11:29:57 +01:00
4b37723558
fix(git-signs): larger icons for delete
2023-02-28 10:01:53 +01:00
588dc5dd65
fix(icons): replace obsolete Nerd icons ( #331 )
2023-02-28 09:59:50 +01:00
70966bbc19
style: desc for gw
2023-02-28 09:59:01 +01:00
8a9265efed
style: add description for "gw" keymap ( #327 )
2023-02-28 09:58:29 +01:00
2b8b27b4a9
chore(build): auto-generate vimdoc
2023-02-28 08:52:19 +00:00
d97bf66eed
fix(mini-indentscope): disable indentscope for filetypes during init. Fixes #318
2023-02-28 09:51:29 +01:00
fc765e9e3d
fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues
2023-02-27 19:38:29 +01:00
592074ad80
chore(build): auto-generate vimdoc
2023-02-27 09:18:03 +00:00
bd62cbe370
fix(luasnips): make install_jsregexp
2023-02-27 10:17:22 +01:00
befa6c67a4
chore(main): release 1.12.1 ( #314 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-20 22:04:44 +01:00
079c685831
refactor(treesitter): nil-check
2023-02-20 16:01:02 +01:00
0eef2c2f29
fix(treesitter): nil check #312 ( #313 )
...
Co-authored-by: Alexander Born <alexander.born@bmw.de>
2023-02-20 15:58:52 +01:00
9b175ab1bc
chore(main): release 1.12.0 ( #294 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-20 09:05:53 +01:00
db9a7d90d5
chore(build): auto-generate vimdoc
2023-02-20 07:22:26 +00:00
cccdc1cacf
feat(telescope): add <leader>sS
for :Telescope lsp_workspace_symbols
( #309 )
2023-02-20 08:21:39 +01:00
90c58352dd
chore(build): auto-generate vimdoc
2023-02-19 21:32:05 +00:00
6b9f0c0c3c
feat: persist pinned tabs ( #304 )
...
Adds `globals` to session opts to persist pinned tabs
2023-02-19 09:56:08 +01:00
de6a28b781
fix(treesitter): disable indent only for python right now
2023-02-18 13:14:47 +01:00
329a2daff4
fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297
2023-02-18 12:40:25 +01:00
f08d004bc2
chore(build): auto-generate vimdoc
2023-02-18 08:56:40 +00:00
8e84dcf85c
fix(mini.surround): don't create empty keymaps. Fixes #296
2023-02-18 09:55:56 +01:00
a0cf00c81b
fix(illuminate): always set refernce keymaps on the buffer as well to properly overwrite ftplugin mappings. Fixes #292
2023-02-17 21:32:25 +01:00
ba7942b80b
chore(main): release 1.11.0 ( #286 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-17 17:09:38 +01:00
9edd1a938f
feat(telescope): add <leader>sR
for :Telescope resume
( #284 )
...
* feat(telescope): add `<leader>fR` for `:Telescope resume`
* fix: use `<leader>sR` instead or `<leader>fR
---------
Co-authored-by: Calvin Bochulak <cbochula@cisco.com>
2023-02-17 16:38:51 +01:00
3d18548c0a
chore(build): auto-generate vimdoc
2023-02-17 06:19:43 +00:00
78cb3bb66d
fix(lualine): Add a space separator between progress & location in lualine ( #285 )
2023-02-17 07:18:59 +01:00
d5a9ac0e06
chore(main): release 1.10.0 ( #280 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-16 20:21:55 +01:00
94ebe25ccb
fix(treesitter-textobjects): only disable the textobject plugins/* files when its not enabled in the treesitter opts
2023-02-16 20:12:54 +01:00
eccd122e6d
feat(leap): lazy-load leap/flit and added keymaps
2023-02-16 14:12:10 +01:00
e33dd761b1
chore(build): auto-generate vimdoc
2023-02-16 12:30:27 +00:00
8b0e6ab19e
chore(main): release 1.9.4 ( #271 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-16 13:29:41 +01:00
27248b0193
chore(build): auto-generate vimdoc
2023-02-15 13:04:31 +00:00
d198a19325
fix(health): also check for fdfind instead of just fd. Fixes #270
2023-02-15 14:03:46 +01:00
b64d980bbf
chore(main): release 1.9.3 ( #267 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-14 22:04:39 +01:00
5d6f0d58d5
fix(notify): install notify when noice is not enabled
2023-02-14 21:56:09 +01:00
cc3070d30e
faet(util): added Util.on_very_lazy
2023-02-14 21:55:52 +01:00
e91903e810
chore(build): auto-generate vimdoc
2023-02-14 13:41:28 +00:00
38eb3bf115
fix(which-key): only add noice group when noice is enabled
2023-02-14 14:40:34 +01:00
2e18998c9e
chore(main): release 1.9.2 ( #251 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-12 16:52:20 +01:00
a3aeb27cbc
fix(format): nil check
2023-02-12 12:31:43 +01:00
fab6150da9
fix(format): dont format if client capaibilities disabled it. #249
2023-02-12 11:43:31 +01:00
e8766c5edd
chore(main): release 1.9.1 ( #241 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-12 11:19:07 +01:00
5cb44bae6d
chore(build): auto-generate vimdoc
2023-02-12 10:00:54 +00:00
543126818e
fix(lsp): temp mason fix for sumenko_lua -> lua_ls rename. See #248
2023-02-12 10:59:58 +01:00
57e92b04e2
style: fix comment typo ( #243 )
2023-02-11 17:10:39 +01:00
31ad893788
fix(cmp): added <c-n>
and <c-p>
to make it more consistent
2023-02-11 13:29:27 +01:00
151bf12a9f
fix(telescope): make key bindings more consistent for telescope
2023-02-11 13:28:11 +01:00
d9e95f8dcd
chore(main): release 1.9.0 ( #239 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-11 09:04:05 +01:00
490598b81a
chore(build): auto-generate vimdoc
2023-02-11 08:00:32 +00:00
6669e63368
feat(config): allow to disable loading of the default keymaps/autocmds/options. Fixes #238
2023-02-11 08:59:42 +01:00
d9b1c79c3e
chore(main): release 1.8.0 ( #230 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-10 17:09:04 +01:00
f5d232b79c
refactor(mini.ai): improved descriptions for mini.ai
2023-02-10 17:06:01 +01:00
fd0a0e829d
feat(telescope): improved Telescope mappings in normal and insert mode ( #231 )
...
Co-authored-by: sourproton <sourproton98@gmail.com>
2023-02-10 16:49:03 +01:00
b96ea665b3
feat(mini.ai): added all mini.ai text-objects to which-key
2023-02-10 16:17:18 +01:00
b20f016b04
chore(build): auto-generate vimdoc
2023-02-10 09:05:28 +00:00
24cb9a90e5
chore(main): release 1.7.2 ( #225 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-10 10:04:40 +01:00
42d2411bfa
fix(leap): don't use the x and X mappings in visual mode
2023-02-09 22:49:07 +01:00
ddd1fceb76
ci: autogen recipes
2023-02-09 22:48:42 +01:00
7336478d09
chore(main): release 1.7.1 ( #222 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-09 14:50:50 +01:00
cb384ad69f
fix(lsp): remove debug
2023-02-09 14:47:55 +01:00
f492daa009
chore(main): release 1.7.0 ( #221 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-09 14:43:35 +01:00
225a875179
chore(build): auto-generate vimdoc
2023-02-09 13:38:32 +00:00
3af91550be
feat(bufferline): added keymaps to pin and delete non-pinned buffers. See #218
2023-02-09 14:37:37 +01:00
d61e4bd553
fix(lsp): dont use expr=true for lsp rename. Fixes #220
2023-02-09 14:35:48 +01:00
b796b6e5a8
chore(build): auto-generate vimdoc
2023-02-08 06:36:15 +00:00
4df6301f1e
docs: Added Chinese Translation of the README ( #211 )
2023-02-08 07:35:04 +01:00
6416761353
chore(main): release 1.6.0 ( #207 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-07 23:17:40 +01:00
52b34ce3c3
feat(lsp): allow disabling autoformat for certain buffers
2023-02-07 23:15:10 +01:00
79b4d67357
chore(main): release 1.5.0 ( #206 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-07 22:02:02 +01:00
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169
2023-02-07 21:59:33 +01:00
088914e1dd
feat(trouble): keymaps for trouble quicklist / loclist ( #171 )
...
* use trouble quicklist / loclist if available
* feat: added keymaps for loclist and qf list with trouble
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-02-07 21:50:41 +01:00
f57031db7c
feat(autocmds): add groups to autocmds ( #151 )
...
* fix(config): add groups to autocommands, and fix plugin/user config order
* revert config loading refactor and inline augroups
* refactor: autocmd groups
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-02-07 20:30:46 +01:00
9131897b61
docs: added recipes
2023-02-07 19:43:30 +01:00
0968e24f82
chore(main): release 1.4.0 ( #186 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-07 17:00:11 +01:00
320f5c6de7
fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199
2023-02-07 16:46:48 +01:00
826655b901
fix(lsp): properly merge lsp client capabilities
2023-02-07 16:46:48 +01:00
edd0fbb6a1
chore(build): auto-generate vimdoc
2023-02-07 08:17:32 +00:00
a5755408dd
feat(icons): add copilot icon ( #195 )
2023-02-07 09:16:47 +01:00
4a9a2e8861
chore(build): auto-generate vimdoc
2023-02-06 21:39:20 +00:00
0556c011c5
docs: video
2023-02-06 22:38:35 +01:00
4792d498ab
chore(build): auto-generate vimdoc
2023-02-06 21:38:19 +00:00
68ad526f3a
docs: move video below install instructions
2023-02-06 22:37:36 +01:00
ab89f46fba
chore(build): auto-generate vimdoc
2023-02-06 21:36:02 +00:00
e7004bce30
docs: video walkthrough to get started ( #170 )
2023-02-06 22:35:23 +01:00
3a28ce7919
fix(typescript): typescript extras Keymaps ( #175 )
2023-02-06 16:44:43 +01:00
2ff213126c
fix(keymaps): move lines with silent and without triggering cmdline. Fixes #184
2023-02-06 08:43:59 +01:00
e5626e9a2d
fix(keymaps): silent by default
2023-02-06 08:43:59 +01:00
d905ff08b9
chore(build): auto-generate vimdoc
2023-02-06 07:31:56 +00:00
182323623a
fix(mini.surround): use merged plugin spec to build keys. Fixes #172 . Fixes #177
2023-02-06 08:31:04 +01:00
663e142bcd
chore(build): auto-generate vimdoc
2023-02-03 17:07:08 +00:00
dfba8bab93
docs: Update README.md ( #167 )
...
Pretty sure it's not meant to be `.toml`?
2023-02-03 18:06:22 +01:00
e21f058fd4
chore(main): release 1.3.4 ( #152 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-02 09:30:39 +01:00
c567164e71
chore(build): auto-generate vimdoc
2023-02-02 08:29:25 +00:00
b81ecf9f7a
fix(nvim-navic): use kinds icons for navic. Fixes #164
2023-02-02 09:28:17 +01:00
1aa9e26e84
chore(build): auto-generate vimdoc
2023-01-31 07:20:48 +00:00
3b5f363074
fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155
2023-01-31 08:20:00 +01:00
c5b22c0832
fix(noice): scroll doc window in normal, insert and select mode
2023-01-29 21:17:28 +01:00
59c32788ae
chore(main): release 1.3.3 ( #131 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-29 09:22:18 +01:00
b7d514d15a
chore(build): auto-generate vimdoc
2023-01-29 08:18:22 +00:00
ac1f188525
fix(neo-tree): disable the <space>
mapping (you can use <cr>
instead), to make sure <leader>
mappings still work. Fixes #146
2023-01-29 09:17:37 +01:00
48f45d4469
chore(build): auto-generate vimdoc
2023-01-28 14:43:10 +00:00
40f73a2c13
style: fix comment typo ( #145 )
2023-01-28 15:42:29 +01:00
a37b24764e
chore(build): auto-generate vimdoc
2023-01-27 07:14:19 +00:00
e96def6fe4
docs: Added german Translation of the README ( #136 )
...
* Added German Translation of README
* Rename README.de-DE.md.txt to README-DE.md.txt
2023-01-27 08:13:30 +01:00
835f77f3be
fix(lualine): fixed nei-tree extension ( #132 )
2023-01-25 19:01:55 +01:00
5ac9938cc8
fix(neo-tree): dont change cwd when opening neo-tree. Fixes #130
2023-01-25 14:54:34 +01:00
9b35481e0c
chore(main): release 1.3.2 ( #121 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-25 09:11:02 +01:00
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0
2023-01-25 09:00:33 +01:00
2321847e72
refactor: move LazyVim init to core
2023-01-25 09:00:33 +01:00
bd4f350503
fix(config): return defaults when setup was not run yet. Fixes #126
2023-01-25 09:00:33 +01:00
12771e9987
chore(build): auto-generate vimdoc
2023-01-25 07:25:09 +00:00
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128
2023-01-25 08:19:44 +01:00
5a4cb1b7ee
fix(illuminate): delete ]]
and [[
keymaps set by ftplugins. Fixes #124
2023-01-25 08:15:12 +01:00
94267fe266
refactor: removed noice deactivate
2023-01-24 13:40:48 +01:00
8650f2c99a
fix(config): don't set options to their defaults ( #120 )
2023-01-24 13:40:18 +01:00