8c3f9fd497
fix(terraform): make telescope optional
2024-06-12 23:13:18 +02:00
f608564517
refactor: check active picker
2024-06-12 23:10:16 +02:00
3b0810c003
fix(fzf): path.dirname_first
2024-06-12 20:54:56 +02:00
ef0d55e651
refactor: new formatter is merged, so removde custom :)
2024-06-12 18:20:16 +02:00
1f97b9d120
fix(fzf): refactor
2024-06-12 18:20:16 +02:00
db8e0f7d35
fix(telescope): flash integration
2024-06-12 18:20:16 +02:00
ff223e7347
fix(fzf): use custom formatter for now, since filename_search messes with searching
2024-06-12 18:20:16 +02:00
b2b6ff0738
feat(pick): move pickers to extras telescope & fzf-lua and include telescope by default
2024-06-12 18:20:16 +02:00
4b9e4edbb1
fix(project): add fzf-lua integration. Fixes #3609
2024-06-12 18:18:17 +02:00
46eb3242d3
refactor: copilot-chat
2024-06-12 11:41:03 +02:00
5c876b7549
feat(fzf): disable dressing in favor of noice (vim.ui.input) and fzf-lua (vim.ui.select)
2024-06-12 11:31:25 +02:00
14d1ca93d0
feat(fzf): use vscode style path names formatter
2024-06-12 11:23:45 +02:00
52b572881b
fix(lsp): add file completion to rename file
2024-06-12 10:43:01 +02:00
82f680ee6b
feat(yanky): added fzf-lua support
2024-06-12 07:57:07 +02:00
60a1c1979d
chore(build): auto-generate vimdoc
2024-06-12 05:45:25 +00:00
ec3dba20af
feat(noice): added support for fzf-lua. Closes #3596
2024-06-12 07:44:47 +02:00
74cf6e4462
feat(fzf): better default window size/position
2024-06-12 00:27:23 +02:00
128c3fcfe6
chore(main): release 12.13.0 ( #3584 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.13.0](https://github.com/LazyVim/LazyVim/compare/v12.12.0...v12.13.0 )
(2024-06-11)
### Features
* **copilot-chat:** use fzf-lua if enabled in extras
([#3590 ](https://github.com/LazyVim/LazyVim/issues/3590 ))
([7252474
](7252474624
))
* **fzf:** added ctrl-u and ctrl+d to scroll in the results list
([9f2a369
](9f2a3699a8
))
* **fzf:** added ctrl-x to jump with easymotion to a line, similar to
flash telescope
([1c740ce
](1c740ce3fd
))
* **fzf:** use delta previewer for code actions when available
([1697100
](16971006c2
))
### Bug Fixes
* **fzf:** action desc
([c6ddb23
](c6ddb2328d
))
* **fzf:** added action descriptions. (still doesnt work for trouble)
([19a6e2d
](19a6e2de15
))
* **fzf:** cleanup
([79b7c48
](79b7c489fd
))
* **fzf:** disable mini.indentscope in fzf-lua buffer
([#3592 ](https://github.com/LazyVim/LazyVim/issues/3592 ))
([0ba67c8
](0ba67c87e9
))
* **fzf:** live document symbols. Fixes
[#3587 ](https://github.com/LazyVim/LazyVim/issues/3587 )
([056042b
](056042b221
))
* **fzf:** symbols filter
([7e0ac68
](7e0ac6850b
))
* **vue:** disable inlay hints for vue, since they seem broken
([3233385
](3233385ddb
))
### Reverts
* "fix(dap): set host to 127.0.0.1 instead of localhost to prevent
issues with ipv6. Fixes
[#3577 ](https://github.com/LazyVim/LazyVim/issues/3577 )"
([a3547e4
](a3547e4b3b
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-11 23:50:03 +02:00
16971006c2
feat(fzf): use delta previewer for code actions when available
2024-06-11 23:48:16 +02:00
3233385ddb
fix(vue): disable inlay hints for vue, since they seem broken
2024-06-11 23:21:56 +02:00
0ba67c87e9
fix(fzf): disable mini.indentscope in fzf-lua buffer ( #3592 )
...
## What is this PR for?
If `fzf-lua` and `mini.indentscope` are enabled together, the indent
line created by `indentscope` makes the fzf window hard and confusing to
work with
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
PS: also sorted the file list.
## Does this PR fix an existing issue?
I don't think there's an existing issue for this.
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-06-11 21:06:46 +02:00
1c740ce3fd
feat(fzf): added ctrl-x to jump with easymotion to a line, similar to flash telescope
2024-06-11 19:38:48 +02:00
9f2a3699a8
feat(fzf): added ctrl-u and ctrl+d to scroll in the results list
2024-06-11 19:38:22 +02:00
a3547e4b3b
revert: "fix(dap): set host to 127.0.0.1 instead of localhost to prevent issues with ipv6. Fixes #3577 "
...
This reverts commit 9b8a393edc
.
2024-06-11 19:14:27 +02:00
7252474624
feat(copilot-chat): use fzf-lua if enabled in extras ( #3590 )
...
Adds the abiltiy for fzf-lua to be used as a picker for these copilot
chat actions if it was enabled in LazyExtras
## What is this PR for?
This adds keybinds that exist currently for copilot-chat and Telescope
but with the addition of fzf-lua as an extra, I noticed we needed the
ability for the user to take advantage of them with FzfLua.
## Does this PR fix an existing issue?
No
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-06-11 17:45:25 +02:00
7e0ac6850b
fix(fzf): symbols filter
2024-06-11 16:11:45 +02:00
056042b221
fix(fzf): live document symbols. Fixes #3587
2024-06-11 16:08:27 +02:00
79b7c489fd
fix(fzf): cleanup
2024-06-11 15:47:14 +02:00
c6ddb2328d
fix(fzf): action desc
2024-06-11 14:58:35 +02:00
19a6e2de15
fix(fzf): added action descriptions. (still doesnt work for trouble)
2024-06-11 14:49:09 +02:00
26e3e39f2e
chore(main): release 12.12.0 ( #3574 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.12.0](https://github.com/LazyVim/LazyVim/compare/v12.11.0...v12.12.0 )
(2024-06-11)
### Features
* **extras:** added fzf-lua
([#3555 ](https://github.com/LazyVim/LazyVim/issues/3555 ))
([6ab4041
](6ab404134d
))
* **fzf:** better scrollbars
([8bb6538
](8bb653876c
))
* **fzf:** ignore current line for some lsp pickers
([c481861
](c4818616d5
))
* **fzf:** prettier document symbols
([ba3aec7
](ba3aec7b48
))
* **lualine:** show readonly icon
([#3567 ](https://github.com/LazyVim/LazyVim/issues/3567 ))
([21617a9
](21617a9d60
))
### Bug Fixes
* **dap:** set host to 127.0.0.1 instead of localhost to prevent issues
with ipv6. Fixes [#3577 ](https://github.com/LazyVim/LazyVim/issues/3577 )
([9b8a393
](9b8a393edc
))
* **extras.copilot-chat:** small ui fix for which-key in visual mode
([#3573 ](https://github.com/LazyVim/LazyVim/issues/3573 ))
([43afed1
](43afed1211
))
* **fzf:** lowercase symbols
([d1d24fa
](d1d24fa077
))
* **neo-tree:** use last window for preview
([#3560 ](https://github.com/LazyVim/LazyVim/issues/3560 ))
([caaa6c4
](caaa6c440d
))
* **php:** formatting and linting
([#3540 ](https://github.com/LazyVim/LazyVim/issues/3540 ))
([f5dc867
](f5dc867ac2
))
* **pick:** recent files in cwd. Fixes
[#3580 ](https://github.com/LazyVim/LazyVim/issues/3580 )
([d541069
](d541069fdf
))
* **sql:** make sure edgebars exist. Fixes
[#3578 ](https://github.com/LazyVim/LazyVim/issues/3578 )
([bd29f45
](bd29f45153
))
* **util:** ensure unique cache keys in LazyVim.memoize
([#3576 ](https://github.com/LazyVim/LazyVim/issues/3576 ))
([3354872
](335487282a
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-11 14:35:51 +02:00
d541069fdf
fix(pick): recent files in cwd. Fixes #3580
2024-06-11 14:26:46 +02:00
bd29f45153
fix(sql): make sure edgebars exist. Fixes #3578
2024-06-11 09:10:10 +02:00
c4818616d5
feat(fzf): ignore current line for some lsp pickers
2024-06-11 09:05:16 +02:00
8bb653876c
feat(fzf): better scrollbars
2024-06-11 09:04:39 +02:00
d1d24fa077
fix(fzf): lowercase symbols
2024-06-11 07:44:32 +02:00
ba3aec7b48
feat(fzf): prettier document symbols
2024-06-11 07:42:21 +02:00
638769d320
test: simple test to make sure I don't keep debug stuff around
2024-06-11 07:27:04 +02:00
9b8a393edc
fix(dap): set host to 127.0.0.1 instead of localhost to prevent issues with ipv6. Fixes #3577
2024-06-11 06:55:16 +02:00
14d47f650c
refactor: memoize
2024-06-11 06:51:30 +02:00
3b447a8037
chore(build): auto-generate vimdoc
2024-06-11 04:42:12 +00:00
335487282a
fix(util): ensure unique cache keys in LazyVim.memoize ( #3576 )
...
## What is this PR for?
This PR fixes a bug in the `LazyVim.memoize` function that was causing
unexpected behavior in my configuration. The issue was discovered when
setting `vim.g.lazyvim_prettier_needs_config = true` in my
`lua/config/options.lua`, which did not work as expected.
The root cause was an issue with `LazyVim.memoize` cache key generation,
which led to `M.has_config(ctx)` always returning the same result as
`M.has_parser(ctx)`. This happened because `LazyVim.memoize` generates
cache keys based on the function parameters, and both functions were
being called with identical parameters:
7d30360df2/lua/lazyvim/plugins/extras/formatting/prettier.lua (L77-L81)
By improving the cache key generation to include function information,
we can ensure unique keys for different functions even if their
parameters are identical, thereby fixing the issue.
## Does this PR fix an existing issue?
N/A
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-06-11 06:41:37 +02:00
7d30360df2
refactor: config = true >> opts = {}
2024-06-11 00:06:56 +02:00
9b5d810c05
docs: added experience to CONTRIBUTING
2024-06-10 23:26:07 +02:00
fe667b53c9
refactor(mini-files): mini-files ( #3538 )
...
Incorporate additional boolean logic when setting keymaps to avoid
creating `opts.mappings` table and leave that only from the user
configuration to change mappings.
2024-06-10 22:12:25 +02:00
21617a9d60
feat(lualine): show readonly icon ( #3567 )
...
Adds a configurable lock icon when a file is opened as read only. Mimics
`vi -R <file>` status line.
2024-06-10 22:06:09 +02:00
f5dc867ac2
fix(php): formatting and linting ( #3540 )
...
Fixed the issue of php formatting not working in extras.lang.php
2024-06-10 22:01:24 +02:00
6ab404134d
feat(extras): added fzf-lua ( #3555 )
...
New extra with an initial implementation of fzf-lua.
## Todo
- [x] check all places that currently depend on telescope and provide an
alternative or disable
- [x] disable telescope spec completely. (currently only removed its
keymaps)
- [x] trouble integration
- [x] https://github.com/ibhagwan/fzf-lua/issues/1241
---------
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com >
2024-06-10 21:58:33 +02:00
caaa6c440d
fix(neo-tree): use last window for preview ( #3560 )
...
Similar to "trouble.nvim" I want the preview to open in the last active
window. Currently the neo-tree preview opens in a floating window, which
(to me) doesn’t look very good.
What do you think about doing preview window the same everywhere
(trouble & neo-tree)?
## Before:
https://github.com/LazyVim/LazyVim/assets/3313023/7d7c21c9-158d-40ef-82f2-62e0dc795555
## After:
https://github.com/LazyVim/LazyVim/assets/3313023/bafc5bae-20cb-4dd1-8e40-1358ada573d9
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 21:41:45 +02:00
43afed1211
fix(extras.copilot-chat): small ui fix for which-key in visual mode ( #3573 )
...
## What is this PR for?
- Just a small fix for which-key in visual mode that the authors forgot
to add.
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
## Does this PR fix an existing issue?
- As copilot-chat has just been added to extras so i think this is new.
<!--
If this PR fixes any issues, please link to the issue here.
Fixes #<issue_number>
-->
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-06-10 20:15:27 +02:00
4b7c389f14
docs: fix link
2024-06-10 15:09:30 +02:00
4b1d397627
chore(build): auto-generate vimdoc
2024-06-10 13:05:24 +00:00
9d78a22252
docs: added contributing
2024-06-10 15:04:43 +02:00
65060ece67
ci: pull request template
2024-06-10 15:04:43 +02:00
d7c7548e09
chore(main): release 12.11.0 ( #3536 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.11.0](https://github.com/LazyVim/LazyVim/compare/v12.10.0...v12.11.0 )
(2024-06-09)
### Features
* **octo:** re-open octo windows when restoring session + cleanup
([7793942
](7793942eba
))
### Bug Fixes
* **extra-lang-angular:** add BufNew event to attach angular treesitter
([#3522 ](https://github.com/LazyVim/LazyVim/issues/3522 ))
([fbb1276
](fbb1276ffd
))
* **extras:** +prefix in which-key panel for visual mode
([#3537 ](https://github.com/LazyVim/LazyVim/issues/3537 ))
([5185404
](51854046db
))
* **helm:** missing dependency
([#3546 ](https://github.com/LazyVim/LazyVim/issues/3546 ))
([02dd65c
](02dd65cdea
))
* **lang:** neotest not loading rust tests
([#3544 ](https://github.com/LazyVim/LazyVim/issues/3544 ))
([0567b37
](0567b37f61
))
* **luasnip:** disable nvim-snippets when luasnip is enabled. Fixes
[#3547 ](https://github.com/LazyVim/LazyVim/issues/3547 )
([aa059e0
](aa059e0d49
))
* **rust:** make neotest optional
([547dc76
](547dc76a12
))
* **typescript:** clean up configuration of the vscode dap extension
([#3556 ](https://github.com/LazyVim/LazyVim/issues/3556 ))
([1c46f54
](1c46f54432
))
* **typescript:** implemented move to new file. Fixes
[#3534 ](https://github.com/LazyVim/LazyVim/issues/3534 )
([d90930b
](d90930b13e
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-09 23:19:28 +02:00
1c46f54432
fix(typescript): clean up configuration of the vscode dap extension ( #3556 )
...
`mason-nvim-dap.nvim` adds it's own adapter filetype mappings to the
vscode extension in `nvim-dap` (as of
https://github.com/jay-babu/mason-nvim-dap.nvim/pull/129 )
This also moves the type mappings for the `pwa-node` and `node` adapters
to where they are defined in the typescript pack.
Now that the default internal type mappings are configured we can rely
on the automatic loading of the `.vscode/launch.json` that `nvim-dap`
does
2024-06-09 22:48:51 +02:00
7793942eba
feat(octo): re-open octo windows when restoring session + cleanup
2024-06-09 11:42:58 +02:00
2848ee492b
ci: link to discussions
2024-06-09 11:36:44 +02:00
547dc76a12
fix(rust): make neotest optional
2024-06-09 09:27:29 +02:00
0567b37f61
fix(lang): neotest not loading rust tests ( #3544 )
...
fixes https://github.com/LazyVim/LazyVim/issues/3543
2024-06-09 08:37:08 +02:00
aa059e0d49
fix(luasnip): disable nvim-snippets when luasnip is enabled. Fixes #3547
2024-06-09 07:37:45 +02:00
28426cc31c
chore(build): auto-generate vimdoc
2024-06-09 05:34:35 +00:00
02dd65cdea
fix(helm): missing dependency ( #3546 )
...
according to this comment
ab41ff551b (r142924660)
2024-06-09 07:33:59 +02:00
fbb1276ffd
fix(extra-lang-angular): add BufNew event to attach angular treesitter ( #3522 )
...
## Problem
Sometimes angular treesitter didn't get started, e.g. when creating a
new file.
## Solution
- Add `BufNew` event to attach angular treesitter.
- Change `BufRead` to `BufReadPost` for better readability.
### Related Neovim docs
- [BufRead / BufReadPost
docs](https://neovim.io/doc/user/autocmd.html#BufRead )
- [BufNew](https://neovim.io/doc/user/autocmd.html#BufNew )
2024-06-08 23:57:45 +02:00
51854046db
fix(extras): +prefix in which-key panel for visual mode ( #3537 )
2024-06-08 10:04:10 +02:00
8f7ee56dab
refactor: LazyVim.lsp.on_attach
2024-06-08 08:11:30 +02:00
6098a36d92
chore(build): auto-generate vimdoc
2024-06-08 05:31:47 +00:00
d90930b13e
fix(typescript): implemented move to new file. Fixes #3534
2024-06-08 07:30:49 +02:00
1394070aab
docs(news): fixed versions
2024-06-08 00:11:24 +02:00
16f3ebb9f1
docs(news): added link to news
2024-06-07 23:59:07 +02:00
a5f8af912d
chore(main): release 12.10.0 ( #3532 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.10.0](https://github.com/LazyVim/LazyVim/compare/v12.9.0...v12.10.0 )
(2024-06-07)
### Features
* **prettier:** prettier is now enabled for all supported filetypes and
no longer requires a config file by default
([7d50bf0
](7d50bf0626
))
* **prettier:** with the prettier & astro extra, prettier will be
enabled if the prettier-astro-plugin is available
([214f5fc
](214f5fccdf
))
* **svelte:** with prettier & svelte extra, prettier will be enabled
when prettier-plugin-svelte is available
([945143a
](945143a34e
))
* **util:** added LazyVim.has_extra
([b714f28
](b714f28662
))
* **util:** added LazyVim.memoize
([5a11d74
](5a11d740e1
))
### Bug Fixes
* **clojure:** removed rainbow delimiters and fixed some plugin setups.
Closes [#3530 ](https://github.com/LazyVim/LazyVim/issues/3530 )
([cfa8c9f
](cfa8c9fbd4
))
* **cmp:** don't enable `snippets` source without `nvim-snippets`
([#3527 ](https://github.com/LazyVim/LazyVim/issues/3527 ))
([af80811
](af80811be0
))
* **extras:** load prettier extra before svelte/astro
([4980574
](49805748d4
))
* **formatting:** remove deprecation check on some options
([c16fb5d
](c16fb5d49b
))
* **prettier:** fixup
([ac9217b
](ac9217b199
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-07 23:57:13 +02:00
f202f573b4
docs: updated news
2024-06-07 23:54:57 +02:00
ac9217b199
fix(prettier): fixup
2024-06-07 23:24:01 +02:00
af80811be0
fix(cmp): don't enable snippets
source without nvim-snippets
( #3527 )
...
Make it easier, so if users decide to disable `nvim-snippets`, they
don't have to remove the `snippets` source manually in their config.
2024-06-07 23:12:59 +02:00
cfa8c9fbd4
fix(clojure): removed rainbow delimiters and fixed some plugin setups. Closes #3530
2024-06-07 23:10:40 +02:00
588240ca09
style: better types for vim.api.nvim_create_autocmd
2024-06-07 23:02:47 +02:00
49805748d4
fix(extras): load prettier extra before svelte/astro
2024-06-07 23:02:47 +02:00
945143a34e
feat(svelte): with prettier & svelte extra, prettier will be enabled when prettier-plugin-svelte is available
2024-06-07 23:02:47 +02:00
214f5fccdf
feat(prettier): with the prettier & astro extra, prettier will be enabled if the prettier-astro-plugin is available
2024-06-07 23:02:47 +02:00
7d50bf0626
feat(prettier): prettier is now enabled for all supported filetypes and no longer requires a config file by default
2024-06-07 23:02:47 +02:00
5a11d740e1
feat(util): added LazyVim.memoize
2024-06-07 23:02:47 +02:00
b714f28662
feat(util): added LazyVim.has_extra
2024-06-07 23:02:47 +02:00
c16fb5d49b
fix(formatting): remove deprecation check on some options
2024-06-07 23:02:47 +02:00
789b1b4fd4
chore(main): release 12.9.0 ( #3501 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.9.0](https://github.com/LazyVim/LazyVim/compare/v12.8.0...v12.9.0 )
(2024-06-07)
### Features
* **autocmd:** enable spell for typst and text file
([#3505 ](https://github.com/LazyVim/LazyVim/issues/3505 ))
([8ca7245
](8ca7245129
))
* **docs:** add link to LazyVim For Ambitious Developers to README
([#3504 ](https://github.com/LazyVim/LazyVim/issues/3504 ))
([2a5ab31
](2a5ab3109a
))
* **lang:** add clojure support
([#2179 ](https://github.com/LazyVim/LazyVim/issues/2179 ))
([913902b
](913902ba36
))
* **neo-tree:** added l:open and h:close_node to neo-tree. Closes
[#3293 ](https://github.com/LazyVim/LazyVim/issues/3293 )
([dbec83d
](dbec83d57a
))
* **options:** when available use treesitter spell regions for spell
checking
([276b803
](276b8032be
))
* **sql:** add SQL extra
([#1740 ](https://github.com/LazyVim/LazyVim/issues/1740 ))
([59495c1
](59495c1871
))
### Bug Fixes
* **editor:** telescope init error when trouble.nvim is disabled
([#3518 ](https://github.com/LazyVim/LazyVim/issues/3518 ))
([c452fd7
](c452fd730c
))
* **lualine:** only show one Lualine component for symbols
([#3514 ](https://github.com/LazyVim/LazyVim/issues/3514 ))
([827aa53
](827aa5380a
)),
closes [#3511 ](https://github.com/LazyVim/LazyVim/issues/3511 )
* **mini.files:** fix error about `opts.mappings`
([#3507 ](https://github.com/LazyVim/LazyVim/issues/3507 ))
([9210648
](92106484ed
))
* removed leader-m, since it is leading to too many issues. Still
available at leader-wm
([119dcb9
](119dcb949a
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-07 20:44:39 +02:00
913902ba36
feat(lang): add clojure support ( #2179 )
...
This adds support to Clojure as an extra _lang_ configuration.
Closes https://github.com/LazyVim/LazyVim/pull/1484
@folke I read the docs and couldn't find a recommendation on _how_ to
suggest features, so I figured opening a PR should be enought. please
let me know if I should do anything else.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-07 17:23:23 +02:00
2ac3f0daa1
ci: Create dependabot.yml
2024-06-07 16:27:31 +02:00
94c338765c
style: fix spelling in octo keymap description ( #3521 )
2024-06-07 16:05:59 +02:00
c1cb4467ec
style: fix some spells ( #3517 )
2024-06-07 13:35:25 +02:00
c452fd730c
fix(editor): telescope init error when trouble.nvim is disabled ( #3518 )
...
I got this error message when opening telescope.
```
Failed to run `config` for telescope.nvim
...l/share/nvim/lazy/LazyVim/lua/lazyvim/plugins/editor.lua:241: module 'trouble.sources.telescope' not found:
^Ino field package.preload['trouble.sources.telescope']
...
```
After investigating it, the reason was I have `trouble.nvim` disabled
but the default base `opts` function is loading it.
I tried wrapping it with a function to lazy load the `trouble.nvim`
module and it worked in my local setup.
2024-06-07 13:23:04 +02:00
827aa5380a
fix(lualine): only show one Lualine component for symbols ( #3514 )
...
Fixes #3511
2024-06-07 12:12:05 +02:00
119dcb949a
fix: removed leader-m, since it is leading to too many issues. Still available at leader-wm
2024-06-07 10:53:56 +02:00
e1c54ac638
chore(build): auto-generate vimdoc
2024-06-07 07:04:47 +00:00
ab41ff551b
refactor: use lazy's new opts_extend
functionality for treesitter and mason
2024-06-07 09:03:59 +02:00
f70d350085
style: comment
2024-06-07 07:02:51 +02:00
59495c1871
feat(sql): add SQL extra ( #1740 )
...
Co-authored-by: Fredrik Averpil <fredrik.averpil@gmail.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 23:27:59 +02:00
8ca7245129
feat(autocmd): enable spell for typst and text file ( #3505 )
2024-06-06 22:38:24 +02:00
276b8032be
feat(options): when available use treesitter spell regions for spell checking
2024-06-06 22:37:47 +02:00
92106484ed
fix(mini.files): fix error about opts.mappings
( #3507 )
2024-06-06 20:52:40 +02:00
1699091d70
chore(build): auto-generate vimdoc
2024-06-06 16:54:37 +00:00
2a5ab3109a
feat(docs): add link to LazyVim For Ambitious Developers to README ( #3504 )
...
As requested, here's a link to my book from the README. I'll add the
video and this link to the main page of lazyvim.org as well.
2024-06-06 18:54:02 +02:00
dbec83d57a
feat(neo-tree): added l:open and h:close_node to neo-tree. Closes #3293
2024-06-06 18:05:11 +02:00
ad092e96f9
chore(main): release 12.8.0 ( #3494 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.8.0](https://github.com/LazyVim/LazyVim/compare/v12.7.0...v12.8.0 )
(2024-06-06)
### Features
* **options:** added linebreak=true to default options
([1f4c196
](1f4c1964fd
))
### Bug Fixes
* **markdown:** missing markdown-toc in mason
([#3499 ](https://github.com/LazyVim/LazyVim/issues/3499 ))
([a9aea4b
](a9aea4b5a1
))
* **mason-nvim-dap:** correctly configure to auto-install debug adapters
([#3493 ](https://github.com/LazyVim/LazyVim/issues/3493 ))
([86ba1bc
](86ba1bc62d
))
* **octo:** fixed octo's rendering of comment signs when lines are
wrapped
([81370cf
](81370cf714
))
* **octo:** load octo on `octo://*` events, so that those buffers work
after session restore
([e6443ad
](e6443ad7dc
))
* **php:** php gets recommended in every .git repo
([#3496 ](https://github.com/LazyVim/LazyVim/issues/3496 ))
([3654098
](3654098520
))
* **prettier:** fix prettier config detection. Closes
[#3497 ](https://github.com/LazyVim/LazyVim/issues/3497 )
([e51199c
](e51199cffa
))
* **prettier:** use prettier to check if prettier should run on the file
([0255b8f
](0255b8fdb1
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-06 17:44:45 +02:00
0255b8fdb1
fix(prettier): use prettier to check if prettier should run on the file
2024-06-06 17:38:12 +02:00
a9aea4b5a1
fix(markdown): missing markdown-toc in mason ( #3499 )
...
missing `markdown-toc` in ensure installed for `extra/markdown`
2024-06-06 16:22:40 +02:00
e51199cffa
fix(prettier): fix prettier config detection. Closes #3497
2024-06-06 16:15:39 +02:00
3654098520
fix(php): php gets recommended in every .git repo ( #3496 )
2024-06-06 16:07:39 +02:00
81370cf714
fix(octo): fixed octo's rendering of comment signs when lines are wrapped
2024-06-06 16:05:55 +02:00
1f4c1964fd
feat(options): added linebreak=true to default options
2024-06-06 16:05:23 +02:00
e6443ad7dc
fix(octo): load octo on octo://*
events, so that those buffers work after session restore
2024-06-06 14:58:44 +02:00
86ba1bc62d
fix(mason-nvim-dap): correctly configure to auto-install debug adapters ( #3493 )
...
Tested with `php` and `kotlin` Extras.
`kotlin` Extra doesn't have the debug adapter in Mason
`ensure_installed` and doesn't install automatically on its own.
`php` Extra has the debug adapter defined in Mason `ensure_installed`
and does correctly install automatically. However, this should not be
needed due to `mason-nvim-dap`. If you remove [these
lines](ed93ce9c15/lua/lazyvim/plugins/extras/lang/php.lua (L26-L33)
),
then the debug adapter doesn't automatically install, but it should.
With the change introduced in this PR, both Extras automatically install
the debug adapters. `kotlin` Extra doesn't need anything else and in
`php` Extra the lines I mentioned previously can be removed or not. The
point is not to remove previously Mason dependencies with debug
adapters, but to correctly configure `mason-nvim-dap`, so in future
Extras you don't have to define the debug adapter inside a Mason
dependency.
2024-06-06 14:35:59 +02:00
ed93ce9c15
chore(main): release 12.7.0 ( #3490 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.7.0](https://github.com/LazyVim/LazyVim/compare/v12.6.0...v12.7.0 )
(2024-06-06)
### Features
* **extras:** add thrift lang support
([#2804 ](https://github.com/LazyVim/LazyVim/issues/2804 ))
([5a19f6b
](5a19f6b5fe
))
* **extras:** added extra for neogen. Closes
[#2881 ](https://github.com/LazyVim/LazyVim/issues/2881 )
([6fd2c88
](6fd2c88024
))
* **extras:** added gleam lang support
([#2802 ](https://github.com/LazyVim/LazyVim/issues/2802 ))
([1891b02
](1891b02d9d
))
* **lang:** add elm
([#3023 ](https://github.com/LazyVim/LazyVim/issues/3023 ))
([4742390
](4742390960
))
* **lang:** added php support
([#1450 ](https://github.com/LazyVim/LazyVim/issues/1450 ))
([32ba8ea
](32ba8ea3fe
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-06 13:46:20 +02:00
4742390960
feat(lang): add elm ( #3023 )
...
Adding https://elm-lang.org support.
- Adds `elm` Treesitter parsers
- Adds `elm-language-server` language server
- Adds `elm-format` formatter
## LSP Configuration
The default
[elm-language-server](https://github.com/elm-tooling/elm-language-server )
configuration matches all [currently supported features for Neovim
LSP](https://github.com/elm-tooling/elm-language-server#editor-support ).
## A note on elm-test and elm-review
`elm-test` is not directly supported by [neo-test](../test/neotest) but
it's available via
[neotest-vim-test](https://github.com/nvim-neotest/neotest-vim-test ).
However, it is common practice to peruse both
[elm-test](https://github.com/elm-explorations/test/ ) and
[elm-review](https://github.com/jfmengels/elm-review ) directly via the
command line.
---------
Co-authored-by: gacallea <gacallea@users.noreply.github.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 13:36:02 +02:00
5a19f6b5fe
feat(extras): add thrift lang support ( #2804 )
...
This PR adds support for thriftls, the first line is because thrift is
not among the neovim built-in file types.
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 13:30:17 +02:00
32ba8ea3fe
feat(lang): added php support ( #1450 )
...
Configures tree-sitter, phpactor as LSP server and
xdebug/vscode-php-debug as DAP server.
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 13:26:51 +02:00
1891b02d9d
feat(extras): added gleam lang support ( #2802 )
...
Added [Gleam lang](https://gleam.run/ ) support.
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 13:23:29 +02:00
6fd2c88024
feat(extras): added extra for neogen. Closes #2881
2024-06-06 13:14:04 +02:00
43e4f635d6
chore(main): release 12.6.0 ( #3467 )
...
🤖 I have created a release *beep* *boop*
---
##
[12.6.0](https://github.com/LazyVim/LazyVim/compare/v12.5.0...v12.6.0 )
(2024-06-06)
### Features
* **bufferline:** allow custom icons for filetypes
([bac4bba
](bac4bba016
))
* **extras:** added extra for octo.nvim. Make sure to update lazy.nvim,
which-key.nvim and also update tokyonight if you use that theme.
([100c579
](100c5793c8
))
* **extras:** added new `git` extra with treesitter and issue/pr support
([91a5fc1
](91a5fc10e6
))
* **extras:** allow recommended to be the args for LazyVim.extras.wants
([502602e
](502602e4a2
))
* **git:** added leader-gB to browse remotes of the current repo
([c4ccd7c
](c4ccd7cbce
))
* **keymaps:** add neotest toggle watch keymap
([#3073 ](https://github.com/LazyVim/LazyVim/issues/3073 ))
([4d16296
](4d1629605b
))
* **lang:** add nix language support
([#2956 ](https://github.com/LazyVim/LazyVim/issues/2956 ))
([9eae3e0
](9eae3e015a
))
* **lint:** added support for prepend_args to nvim-lint. Fixes
[#1887 ](https://github.com/LazyVim/LazyVim/issues/1887 )
([4ab123f
](4ab123fb31
))
* **lsp:** simpler API to deal with code actions
([1bd4d2f
](1bd4d2fc72
))
* **mini.files:** add cwd and vertical/horizontal keybindings to
mini.files ([#2695 ](https://github.com/LazyVim/LazyVim/issues/2695 ))
([393aa44
](393aa44e66
)),
closes [#2692 ](https://github.com/LazyVim/LazyVim/issues/2692 )
* **nushell:** add minimal support
([#2416 ](https://github.com/LazyVim/LazyVim/issues/2416 ))
([4ef42b4
](4ef42b4578
))
* **prettier:** the prettier extra now needs a prettier config file by
default. See docs to change this.
([8ceccd7
](8ceccd71e2
))
* **treesitter:** add printf
([#2450 ](https://github.com/LazyVim/LazyVim/issues/2450 ))
([0a2f40c
](0a2f40c2fb
))
* **typescript:** open locations from lsp execute command with trouble
for vtsls
([a636bf2
](a636bf2022
))
### Bug Fixes
* **angular:** re-fix angular html treesitter
([#3488 ](https://github.com/LazyVim/LazyVim/issues/3488 ))
([fd4c38b
](fd4c38bc2b
))
* **angular:** treesitter not enabled for angular templates
([#3469 ](https://github.com/LazyVim/LazyVim/issues/3469 ))
([24af74e
](24af74eed6
))
* **git:** added recommended
([88db9c5
](88db9c5192
))
* **kotlin:** kotlin plugin messages and code maintain consistency
([#3291 ](https://github.com/LazyVim/LazyVim/issues/3291 ))
([2244af1
](2244af1a86
))
* **lualine:** don't override user's laststatus setting. See
[#3486 ](https://github.com/LazyVim/LazyVim/issues/3486 )
([4d8d597
](4d8d597a3f
))
* **svelte:** added organize imports and prettier
([#3466 ](https://github.com/LazyVim/LazyVim/issues/3466 ))
([e0a0123
](e0a0123b18
))
* **svelte:** disable prettier integration for svelte for now. See
[#3466 ](https://github.com/LazyVim/LazyVim/issues/3466 )
([9a11623
](9a1162314f
))
* **typecript:** remove dependency on `nvim-vtsls`. Not needed anymore
([cae2c22
](cae2c226b5
))
* **ui:** remove extra space in extras ui
([#3481 ](https://github.com/LazyVim/LazyVim/issues/3481 ))
([2c2b6f2
](2c2b6f200c
))
* **which-key:** use new which-key support for native group keymaps
(nop)
([8010f50
](8010f50aa5
))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-06 12:50:45 +02:00
0a2f40c2fb
feat(treesitter): add printf ( #2450 )
...
```c
printf("%s\n", "Finally!");
```
2024-06-06 12:42:09 +02:00
fd4c38bc2b
fix(angular): re-fix angular html treesitter ( #3488 )
...
This was previously attemped to be fixed by
https://github.com/LazyVim/LazyVim/pull/3469 , which caused an issue with
angular LSP.
The PR was reverted as mentioned in
https://github.com/LazyVim/LazyVim/pull/3485 .
This PR implements suggestion by @folke, which fixes treesitter without
breaking LSP.
2024-06-06 12:31:25 +02:00
88db9c5192
fix(git): added recommended
2024-06-06 12:29:53 +02:00
100c5793c8
feat(extras): added extra for octo.nvim. Make sure to update lazy.nvim, which-key.nvim and also update tokyonight if you use that theme.
2024-06-06 12:25:11 +02:00
91a5fc10e6
feat(extras): added new git
extra with treesitter and issue/pr support
2024-06-06 12:24:00 +02:00
4d8d597a3f
fix(lualine): don't override user's laststatus setting. See #3486
2024-06-06 11:16:36 +02:00
2bbc7e179d
Revert "fix(angular): treesitter not enabled for angular templates ( #3469 )"
...
This reverts commit 24af74eed6
.
2024-06-06 10:54:43 +02:00
2244af1a86
fix(kotlin): kotlin plugin messages and code maintain consistency ( #3291 )
...
### Description
I am the author of this
[PR](https://github.com/LazyVim/LazyVim/pull/2890 ).
While reviewing my own code and checking the LazyVim official website, I
noticed some inconsistencies 😓 , so I created a small PR to address
them:
### Changes
1.Each optional plugin has a comment message indicating that the plugin
is optional, but DAP does not (as shown in the image). Since the
official website already has an "optional" in title.
**I removed the comment messages regarding "optional" to avoid
confusion**.
<img width="300" alt="Screenshot 2024-05-23 at 10 31 38 PM"
src="https://github.com/LazyVim/LazyVim/assets/82575487/441979fc-20dd-4599-a91d-f27bc0841d79 ">
---
2. I changed the DAP to use local variables for DAP to maintain
consistency, even though both require statements reference the same
module.
2024-06-06 10:53:58 +02:00
8010f50aa5
fix(which-key): use new which-key support for native group keymaps (nop)
2024-06-06 10:46:56 +02:00
bac4bba016
feat(bufferline): allow custom icons for filetypes
2024-06-06 10:46:56 +02:00
c4ccd7cbce
feat(git): added leader-gB to browse remotes of the current repo
2024-06-06 10:46:56 +02:00
86811ad7aa
chore(build): auto-generate vimdoc
2024-06-06 04:10:32 +00:00
2c2b6f200c
fix(ui): remove extra space in extras ui ( #3481 )
...
Remove extra space between icon and text (for source label).
## Before:
<img width="1893" alt="image"
src="https://github.com/LazyVim/LazyVim/assets/3313023/7778e103-729a-4231-bb23-0482ae9d8506 ">
## After:
<img width="1893" alt="image"
src="https://github.com/LazyVim/LazyVim/assets/3313023/b8e6b4d3-2554-4312-b7d3-7fd5b8c146d4 ">
2024-06-06 06:09:58 +02:00
24af74eed6
fix(angular): treesitter not enabled for angular templates ( #3469 )
...
## Problem
Treesitter was not working in angular html templates after enabling
`lang.angular` extra.
## Solution
Added a change recommeded by angular treesitter developer to enable
treesitter for components and containers.
### Reference to recommendation in treesitter docs
[Reference to the recommendation for this
hack](https://github.com/dlvandenberg/tree-sitter-angular?tab=readme-ov-file#filetype ).
2024-06-06 00:01:42 +02:00
4d1629605b
feat(keymaps): add neotest toggle watch keymap ( #3073 )
2024-06-05 23:46:21 +02:00
9eae3e015a
feat(lang): add nix language support ( #2956 )
...
In the future we can add:
- dap / debugger support, if this is ever possible or needed.
- extend neotest, if this is ever needed, for most people I suspect not
needed.
- linting, if this is ever needed.
- ~~maybe enhance nvim-cmp behavior with nixpkgs, rust lang extension
crates.nvim does smt with nvim-cmp, other language extensions don't.~~
I think its already good to merge this PR, we can add these enhancements
later, if they are ever needed.
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 23:44:43 +02:00
4ef42b4578
feat(nushell): add minimal support ( #2416 )
...
## Description
This will add minimal support for [Nushell](https://www.nushell.sh/ )
include lspconfig and treesitter highlight
## Additional Context
Close #2164
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 23:35:46 +02:00
502602e4a2
feat(extras): allow recommended to be the args for LazyVim.extras.wants
2024-06-05 23:35:14 +02:00
393aa44e66
feat(mini.files): add cwd and vertical/horizontal keybindings to mini.files ( #2695 )
...
* Makes the toggle_hidden keybinding configurable via mappings
* Adds new mini.files keybindings for opening files in a vertical split,
with both go_in and go_in_plus modes (configurable via mappings)
* Adds new keybinding to change working directory from mini.files
(configurable via mappings)
Closes #2692
2024-06-05 23:22:14 +02:00
d704ca4c1b
ci: feature template
2024-06-05 23:11:06 +02:00
4ab123fb31
feat(lint): added support for prepend_args to nvim-lint. Fixes #1887
2024-06-05 23:02:19 +02:00
8ceccd71e2
feat(prettier): the prettier extra now needs a prettier config file by default. See docs to change this.
2024-06-05 22:55:36 +02:00
9a1162314f
fix(svelte): disable prettier integration for svelte for now. See #3466
2024-06-05 22:20:35 +02:00
cae2c226b5
fix(typecript): remove dependency on nvim-vtsls
. Not needed anymore
2024-06-05 22:19:44 +02:00
a636bf2022
feat(typescript): open locations from lsp execute command with trouble for vtsls
2024-06-05 22:19:19 +02:00
1bd4d2fc72
feat(lsp): simpler API to deal with code actions
2024-06-05 22:18:14 +02:00
e0a0123b18
fix(svelte): added organize imports and prettier ( #3466 )
...
* feat(svelte): add key binding for organize imports
* fix(svelte): solves sveltejs/language-tools#2008
* feat(svelte): add formatter for svelte
2024-06-05 20:28:23 +02:00
61689ad543
chore(main): release 12.5.0 ( #3444 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-05 19:58:44 +02:00
4cc586a3f1
tests: refactored tests a bit
2024-06-05 19:53:50 +02:00
1d42e45fd2
ci: remove commit linter in favor of PR title linter
2024-06-05 18:24:52 +02:00
73c767c2f3
fix(util): don't print warning message in headless
2024-06-05 18:15:45 +02:00
f8268faa7c
fix: cleanup unnecessary treesitter langs and mason lsp servers
2024-06-05 18:07:01 +02:00
368c060b45
tests: check for treesitter langs and mason lsp config
2024-06-05 17:47:46 +02:00
ca0b9ee915
fix(extras): added recommended for helm/haskell
2024-06-05 17:36:02 +02:00
106130f4cd
ci: added some tests
2024-06-05 17:31:51 +02:00
373d6b60e1
style: python.lua
2024-06-05 16:42:13 +02:00
1cdb5bdf41
feat(python): switch to regexp branch for a rewrite the venv selector plugin ( #3301 )
...
It has eliminated many bugs and allows users to easily add their searches, if the plugin doesn't find them automatically.
2024-06-05 16:33:49 +02:00
1806ea710f
feat(bufferline): add keymaps for BufferLineMovePrev / BufferLineMoveNext ( #1935 )
...
* Add mappings for BufferLineMovePrev / BufferLineMoveNext
* Change to '[B' and ']B'
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 16:11:16 +02:00
de9e337f0d
feat(keymaps): add keymap to close all tab pages except the current one ( #2975 )
...
* feat(keymaps): add keymap to close all tab pages except the current one
* fix: use o
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 16:04:17 +02:00
99c06952a0
ci: stale
2024-06-05 15:53:22 +02:00
90d8ff27d2
ci: fix stale workflow
2024-06-05 15:43:22 +02:00
d6dea2247c
ci: enable conventional commit linter on main
2024-06-05 15:41:32 +02:00
7f65b24113
style: r.lua
2024-06-05 15:38:04 +02:00
ff9ca808e0
ci: added stylua / stale / conventional commits
2024-06-05 15:36:56 +02:00
cdadb59ee3
docs(pt): add readme in portuguese ( #1958 )
2024-06-05 15:23:09 +02:00
ea62195fe5
docs: Added Japanese Translation of the README ( #2232 )
...
* add Japanese README file
* fix some typo
2024-06-05 15:22:50 +02:00
a2cf7d9a11
docs: add the Korean version of README ( #2495 )
2024-06-05 15:22:30 +02:00
7ed5a6c371
ci: remove custom pr-numbers again
2024-06-05 15:20:32 +02:00
71165ac52a
ci: label more PRs
2024-06-05 15:19:04 +02:00
39c10b2b81
ci: remove custom pr-numbers
2024-06-05 15:16:39 +02:00
cf2870cce0
ci: fix labels
2024-06-05 15:10:46 +02:00
b764947061
ci: run labeler on existing PRs
2024-06-05 15:08:20 +02:00
75dcce02dc
ci: added PR labeler
2024-06-05 15:03:08 +02:00
1faa562964
ci: change the release please action name to new ( #3259 )
...
* ci: change the release please action name to new
* Update ci.yml
* Create release-please-config.json
* fix: add release manifest
* fix: release-please
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 14:49:33 +02:00
c52242b05b
style: format
2024-06-05 13:42:15 +02:00
662e2ffe0f
fix(keymaps): use root dir for git log
2024-06-05 13:41:59 +02:00
fa706b320b
feat(statuscol): statuscolumn options for open fold indicator and fold hl ( #2923 )
...
* feat(statuscol): fold open indicator
* fix: make it configurable
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 11:23:19 +02:00
d64d761539
feat: enabled ts-plugin
support for astro
and svelte
2024-06-05 11:09:12 +02:00
e32d1918ae
fix(python): removed the python-semshi
extra
2024-06-05 11:01:10 +02:00
c1f5fcf9c7
fix(extra.lang.scala): Fix the always initializing regardless of file… ( #3455 )
...
* fix(extra.lang.scala): Fix the always initializing regardless of filetype
* fix typo
2024-06-05 08:07:13 +02:00
452b70ad15
fix(toggle): slightly better maximize
2024-06-05 07:40:28 +02:00
1c583650e6
fix(toggle): un-maximize when quiting Neovim
2024-06-05 07:02:19 +02:00
90e68edfe7
chore(build): auto-generate vimdoc
2024-06-05 04:55:23 +00:00
8971ea25f9
fix(toggle): Restore width/height values when closing while maximized is toggled on ( #3453 )
2024-06-05 06:54:52 +02:00
987bd2207f
feat(extras): Add extra for angular lspconfig ( #2806 )
...
* feat(extras): Add extra for angular lspconfig
Since treesitter has better support for angular parser recently that works for the legacy and the latest version of it,
I am happy to suggest this extra configuration that works for well for me without any issue.
And since lack of references about how to config the angular lsp inside of neovim out there, this will work fine as a starting point.
* feat(extras): Added `angularls` lsp configuration
* feat(extras.lang): update `angularls` configuration
---------
Co-authored-by: Radvil <radvil.linux@gmail.com >
2024-06-04 19:03:16 +02:00
9a635ef8d6
fix(lsp): Enable using deno.enablePaths
in denols settings ( #3446 )
2024-06-04 11:31:29 +02:00
1677b3b84f
feat(lazydev): use lazydev with neodev types (not the plugin) on Neovim 0.9.x
2024-06-04 11:14:48 +02:00
c50018b791
feat(editor): added extra for inc-rename.nvim ( #3432 )
...
* feat(editor-extra): Add inc-rename
* fix: refactor and moved noice integration
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-04 09:51:36 +02:00
ae0d94e048
fix(lazydev): add cmd
2024-06-04 09:39:37 +02:00
3df8af369c
fix(tex): remove latex treesitter support since it's not needed with vimtex and it needs treesitter-cli
2024-06-04 09:39:37 +02:00
0c396e298a
chore(main): release 12.4.0 ( #3422 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-04 08:49:37 +02:00
2c6dbd9b89
chore(build): auto-generate vimdoc
2024-06-04 06:44:06 +00:00
39da8514d3
feat(lazydev): new lazydev config based on trigger words
2024-06-04 08:43:31 +02:00
4d706f1bdc
fix(ui): fix incorrect colors on change colorscheme (lualine) ( #3431 )
2024-06-03 10:30:57 +02:00
d6c59d9a41
feat(hipatterns): added vue/astro
2024-06-03 09:24:19 +02:00
1731e455d4
fix(hipatterns): update mini-hipatterns.lua config to add support for heex, rust and svelte files ( #3430 )
...
* Update mini-hipatterns.lua
added support for heex, rust and svelte to hipatterns
* Update mini-hipatterns.lua
2024-06-03 09:22:23 +02:00
40df5896d5
chore(build): auto-generate vimdoc
2024-06-03 07:12:58 +00:00
6c3fd9fedf
fix: hack for dashboard.nvim so that it shows errors when exiting
2024-06-03 07:12:17 +02:00
da7b7738eb
fix(luasnip): move mappings to cmp spec so that they dont conflict with native snippets
2024-06-02 18:43:44 +02:00
83c0c9405a
fix: fixup for nvim-snippets compat on 0.9. Fixes #3426
2024-06-02 17:47:27 +02:00
028d5bcac5
fix(todo-comments): use toggle for Trouble todo commands ( #3424 )
2024-06-02 14:53:58 +02:00
bb66618f1f
fix(lazydev): easier way of defining library plugin paths
2024-06-02 14:24:14 +02:00
6da95ee7d3
fix(todo-comments): use trouble filters for showing only todo/fix/fixmes
2024-06-02 12:30:54 +02:00
b289fea163
chore(main): release 12.3.0 ( #3415 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-02 10:03:48 +02:00
6ba62855e2
chore(build): auto-generate vimdoc
2024-06-02 07:35:29 +00:00
5e76948d58
feat(coding): use lazydev.nvim
instead of neodev.nvim
2024-06-02 09:33:52 +02:00
596c439db5
feat(util): utility methods for lazy plugins
2024-06-02 09:33:19 +02:00
c14d21ce75
feat: moved neoconf.nvim to extras
2024-06-02 09:05:16 +02:00
8024201e75
refactor: move 0.9 stuff to a compat layer. Cleaner this way
2024-06-01 20:46:58 +02:00
595069d501
R.lua make R output themed by neovim theme ( #3416 )
2024-06-01 15:05:34 +02:00
b2858a297a
feat(extras): show extras imported in other extras
2024-06-01 11:22:17 +02:00
45b92aa381
feat(extras): split enabled in enabled plugins/languages
2024-06-01 11:21:28 +02:00
c69553e194
fix(dot): added dot to recommended
2024-06-01 11:21:03 +02:00
c98fbef3b5
fix(json): added *.json to recommended
2024-06-01 11:20:50 +02:00
c33d6578a8
fix(util): make sure doc gen works
2024-06-01 10:25:10 +02:00
2e9da7f41f
chore(main): release 12.2.0 ( #3377 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-01 09:52:43 +02:00
7598a7503d
feat(extras): added extra for svelte. Full support will be enabled once my mason PR gets merged
2024-06-01 09:08:09 +02:00
4e62df4269
fix(health): remove old deprecated module checks
2024-06-01 08:48:44 +02:00
a6df15a63f
fix(util): make sure mason is loaded when getting package paths
2024-06-01 08:48:29 +02:00
276b50e389
style: docs for LazyVim.extend
2024-06-01 08:42:00 +02:00
679c76a8f3
chore(build): auto-generate vimdoc
2024-06-01 06:34:09 +00:00
683aaeb75b
feat(astro): added support for ts-plugin, but won't work till mason-registry PR is merged. See #3364
2024-06-01 08:33:24 +02:00
9d999fa210
refactor: refactored mason/typescript/vue support
2024-06-01 08:31:10 +02:00
135150307b
fix(aerial): disable trouble leader-cs keymap when aerial extra is enabled
2024-05-31 23:47:48 +02:00
146c87cd78
fix(trouble): don't enable symbols keymap when outline.nvim
enabled ( #3408 )
2024-05-31 23:46:30 +02:00
e7430b0776
fix(vue): correctly add plugins. See #3401
2024-05-31 20:53:55 +02:00
07ff12f5eb
fix(extras.lang.vue) missing typescript autocomplete in .vue files ( #3401 )
...
* Fix missing autocomplete in .vue files
The existing Vue extra was not properly configuring vtsls to use the globalPlugin: '@vue/typescript-plugin'
This commit fixes missing typescript autocomplete in .vue files.
* move @vue/typescript-plugin back to extend function call
* tidy LazyVim.extend() arguments
2024-05-31 20:52:01 +02:00
abc6554e24
fix(ui): remove old alpha.nvim warning
2024-05-31 16:49:47 +02:00
ae381c91a1
Revert "fix(rust): let rustaceans.nvim setup rust_analyzer ( #3389 )"
...
This reverts commit 3fadf6af8f
.
2024-05-31 14:24:27 +02:00
d02b73d72a
fix(ui): allow to disable the trouble lualine component with vim.g.trouble_lualine = false
( #3391 )
...
* fix(ui): do not add trouble to lualine when aerial is enabled
* refactor: make trouble lualine an option
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-31 14:07:55 +02:00
6678af37ee
fix(copilot-chat): no need to schedule which-key keys. just use default
2024-05-31 13:59:53 +02:00
3fadf6af8f
fix(rust): let rustaceans.nvim setup rust_analyzer ( #3389 )
...
fix this warning
```
Warn 11:52:45 PM notify.warn nvim-lspconfig.rust_analyzer has been setup.
This will likely lead to conflicts with the rustaceanvim LSP client.
See ':h rustaceanvim.mason'
```
fix taken from https://github.com/mrcjkb/rustaceanvim/blob/master/doc/mason.txt
2024-05-31 13:56:40 +02:00
9f2cc30246
fix(lsp): better way of extending deeply nested lists. Fixes #3398
2024-05-31 13:52:43 +02:00
7782affc90
chore(build): auto-generate vimdoc
2024-05-31 06:22:30 +00:00
a474aea1f9
fix: rename +a
which-key group to ai
. Fixes #3392
2024-05-31 08:21:50 +02:00
060f56d6d4
fix(extras): underline = false
for setting diagnostics ( #3379 )
...
Similar to ea7b9c3c3f
#
I only noticed this, because in my main config I have some Extras not
managed by `LazyExtras`.
2024-05-30 16:08:34 +02:00
0a9373733f
feat(typescript): add keymap for remove unused imports ( #3376 )
2024-05-30 15:30:20 +02:00
298a8f5c5d
chore(main): release 12.1.0 ( #3362 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-30 14:55:03 +02:00
95d055dcf7
feat: trouble v3
2024-05-30 14:41:13 +02:00
ae098d67d6
fix(typescript): vtsls server expe settings ( #3372 )
...
Based on [vtsls schema](bd2df5a2d4/packages/service/configuration.schema.json (L1092)
), experimental setting should be vtsls property not typescript.
```json
"vtsls.experimental.completion.enableServerSideFuzzyMatch": {
"default": false,
"type": "boolean",
"description": "Execute fuzzy match of completion items on server side. Enable this will help filter out useless completion items from tsserver."
},
```
2024-05-30 11:29:09 +02:00
c2ef09227e
fix: remove lazygit log gl keymap when on gitui ( #3371 )
2024-05-30 11:17:55 +02:00
e7d4b397b2
feat(extras): simple extra for astro
2024-05-30 11:17:24 +02:00
cf6775a959
fix(typescript): allow easier merging of ts plugins
2024-05-30 11:17:23 +02:00
c4b7505969
fix(extras): show recommended languages above enabled plugins
2024-05-30 11:17:23 +02:00
7414e84af9
fix(root): escape glob expressions
2024-05-30 11:17:23 +02:00
b285a46dfc
feat(typescript): vtls add select ts version ( #3366 )
2024-05-30 09:57:10 +02:00
2e5e46d9ff
chore(build): auto-generate vimdoc
2024-05-30 05:19:20 +00:00
a224ef2a73
fix(clangd): switch source/header is now leader-ch. Fixes #3363
2024-05-30 07:18:41 +02:00
2a7d163a8a
feat(copilot-chat): add cmp integration
2024-05-30 00:27:13 +02:00
80143069ff
chore(main): release 12.0.0 ( #3357 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-29 22:37:15 +02:00
3ace8277e5
feat(keymaps): new keymap to toggle mazimize of current window leader-m or leader-wm
2024-05-29 22:35:40 +02:00
a13457eea3
fix(trouble_v3): set correct lualine section background color
2024-05-29 21:38:05 +02:00
0975eeb9ad
feat(vscode): added ts-comments to allow list for vscode
2024-05-29 18:22:54 +02:00
804756209e
fix(lsp): remove duplicate keymap
2024-05-29 16:39:02 +02:00
01e6718e03
fix(lsp): added support for has
as array for lsp keymaps
2024-05-29 16:31:16 +02:00
38b8736b81
feat(typescript): added gR
to goto file references
2024-05-29 16:02:38 +02:00
4dfd5c2596
fix(lsp): create gr
with nowait=true
2024-05-29 16:02:13 +02:00
f6bcf6f12c
fix(lsp): fix ts/deno both attaching
2024-05-29 15:39:17 +02:00
fba06ce9f5
feat(typescript)!: the typescript extra now uses vtsls instead of tsserver. You may want to update your lsp settings.
2024-05-29 15:10:57 +02:00
cf46d265ff
chore(build): auto-generate vimdoc
2024-05-29 12:46:34 +00:00
b949dba489
feat(lsp): added leader-cR to rename the current file and to lsp rename operations
2024-05-29 14:45:55 +02:00
4bbeb37a18
fix(lsp): fix LazyVim's on_file_rename
to work according to the lsp spec
2024-05-29 14:45:55 +02:00
54d687383d
style: cleanup
2024-05-29 14:45:55 +02:00
0160851a25
chore(main): release 11.11.0 ( #3351 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 23:04:16 +02:00
1b86d7b2ad
fix(snippets): fix snippets with multiple placeholders for the same tabstop
2024-05-28 19:32:21 +02:00
eb0da3c92f
feat(snippets): try to use the snippet parse to get a preview
2024-05-28 19:31:59 +02:00
425dadef72
fix(snippets): show actual error for failed snippet
2024-05-28 19:31:22 +02:00
91493588a8
fix(nvim-snippets): no longer needed to set global_snippets
2024-05-28 17:51:10 +02:00
97bdcc1c52
chore(main): release 11.10.0 ( #3339 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 16:15:34 +02:00
a6e6d4dabd
fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR
2024-05-28 16:12:53 +02:00
cf4374867d
feat(snippets): re-number tabstops for invalid snippets
2024-05-28 16:12:35 +02:00
025ba33dc3
fix(nvim-snippets): also enable for tsx/jsx files
2024-05-28 15:13:29 +02:00
99f0a1cb40
fix(nvim-snippets): load js snippets for ts. See #3344
2024-05-28 15:11:32 +02:00
de57894158
feat(scala-extra): Use noice for progress and add minimal keybinding ( #3348 )
...
* Use fidget for progress and add minimal keybinding
* remove figest, noice works already
* make keybinding only available for scala filetypes
2024-05-28 14:55:11 +02:00
80c9dcaabe
feat(lang): add R ( #3272 )
...
* Added R extra
* Removed "made by Ben10164"
* Formatted Lua
* Removed hardcoded addition of R-languageserver in MasonLSP
* Improved nvim-lspconfig config for r_language_server
* Added nvim-neotest
* Format
* Removed Lualine
* Rework into opts, modify `pdfviewer` to be os dependent
* refactor: r
* fix: add cmp-r back
* Added quarto whichkey group label
* Set pdfviewer to be an empty string
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-28 13:44:38 +02:00
a3011c91d4
chore(build): auto-generate vimdoc
2024-05-28 05:40:04 +00:00
47a8736278
feat(keymaps): add comment above/below current line with gco/gcO
2024-05-28 07:39:26 +02:00
e68ff6897e
feat(lsp): config option to exclude certain filetypes from inlay hints. Closes #3202
2024-05-27 21:19:36 +02:00
08481c2c92
fix(copilot-chat): enhanced chat view is now merged upstream, so update your plugins!
2024-05-27 20:57:49 +02:00