Folke Lemaitre
54846ff763
docs: add extras keymaps to keymaps
2023-04-16 21:50:48 +02:00
Folke Lemaitre
f562d1d197
feat(dap): added extra for dap nlua
2023-04-16 21:35:52 +02:00
Folke Lemaitre
bc14e02a1f
feat: added extra for dap
2023-04-16 21:35:38 +02:00
Folke Lemaitre
df94a044ec
feat(which-key): easier integration for which-key group names
2023-04-16 21:33:55 +02:00
github-actions[bot]
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
Loi Chyan
98775f5631
feat(telescope): add document/workspace diagnostics and todo/fixme telescope keymaps ( #557 )
2023-04-16 14:15:34 +02:00
Folke Lemaitre
36aa64bc0b
build: deprecated treesitter method
2023-04-16 11:35:35 +02:00
Folke Lemaitre
02c5e8d953
fix(config): options cant be disabled with lazyvim config. Fixes #566
2023-04-16 11:34:35 +02:00
Folke Lemaitre
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
Folke Lemaitre
2d8116ef67
fix(lsp): gt -> gT. Fixes #554
2023-04-16 11:03:54 +02:00
Folke Lemaitre
bef36bb2fd
fix(format): ignore vim.b.autoformat when formatting using key bindings. Fixes #575
2023-04-16 10:48:07 +02:00
Aaron Dill
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
Shashank Tomar
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list ( #512 )
2023-04-16 10:39:12 +02:00
Ayman Bagabas
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
github-actions[bot]
7691daa036
chore(build): auto-generate vimdoc
2023-04-16 05:54:27 +00:00
Folke Lemaitre
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583
2023-04-16 07:53:42 +02:00
github-actions[bot]
1c06aa35ee
chore(build): auto-generate vimdoc
2023-04-15 21:12:09 +00:00
Amaan Qureshi
078250a114
refactor(treesitter)!: rename help to vimdoc ( #521 )
2023-04-15 23:11:29 +02:00
github-actions[bot]
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
Folke Lemaitre
79fe0455a0
feat(lualine): added lazy extension
2023-03-31 13:05:36 +02:00
github-actions[bot]
a6062758d2
chore(build): auto-generate vimdoc
2023-03-31 07:41:46 +00:00
Võ Quang Chiến
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
github-actions[bot]
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
github-actions[bot]
7048619cc1
chore(build): auto-generate vimdoc
2023-03-25 08:43:47 +00:00
Amaan Qureshi
59eb19835f
feat(treesitter): use Python indents as they've improved greatly ( #490 )
2023-03-25 09:42:57 +01:00
github-actions[bot]
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
github-actions[bot]
c272cb2940
chore(build): auto-generate vimdoc
2023-03-23 07:01:09 +00:00
Folke Lemaitre
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
github-actions[bot]
b48a1969d3
chore(build): auto-generate vimdoc
2023-03-22 08:03:44 +00:00
Amaan Qureshi
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd ( #473 )
2023-03-22 09:03:02 +01:00
github-actions[bot]
049c84509c
chore(build): auto-generate vimdoc
2023-03-21 06:27:56 +00:00
Amaan Qureshi
ade4342c42
feat(treesitter): add luadoc ( #469 )
2023-03-21 07:27:13 +01:00
github-actions[bot]
18328d10c9
chore(build): auto-generate vimdoc
2023-03-20 18:57:14 +00:00
Folke Lemaitre
df5cbfdbec
feat(mason): compatibility with the new mason registry
2023-03-20 19:56:34 +01:00
Folke Lemaitre
11d414c358
chore: update templates
2023-03-19 20:40:58 +01:00
github-actions[bot]
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
github-actions[bot]
db66353db9
chore(build): auto-generate vimdoc
2023-03-19 06:59:41 +00:00
Pedro Cattori
a7b25e13fa
fix(alpha): use AlphaFooter
highlight for footer section ( #461 )
2023-03-19 07:58:51 +01:00
github-actions[bot]
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
Folke Lemaitre
501474e421
fix(config): compat with lazy.nvim
2023-03-17 22:29:07 +01:00
github-actions[bot]
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
Folke Lemaitre
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
github-actions[bot]
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
github-actions[bot]
aa4f7ec651
chore(build): auto-generate vimdoc
2023-03-17 07:05:01 +00:00
Folke Lemaitre
c10e550639
feat(lsp): make lsp work when mason-lspconfig is disabled. Fixed #445
2023-03-17 08:04:17 +01:00
github-actions[bot]
f0b548af2f
chore(build): auto-generate vimdoc
2023-03-16 11:17:38 +00:00
Lc
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
github-actions[bot]
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
github-actions[bot]
564e25a277
chore(build): auto-generate vimdoc
2023-03-14 10:18:08 +00:00
Folke Lemaitre
df6ac591ba
fix(core): set cond=true
for LazyVim
2023-03-14 11:17:07 +01:00