github-actions[bot]
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
Folke Lemaitre
b75ed594a9
fix(mini.comment): removed dirty upvalues hack for mini.comments. no longer needed
2023-05-25 14:24:29 +02:00
Folke Lemaitre
4f2bb725be
refactor(mason): use new handlers opt
2023-05-25 14:24:29 +02:00
github-actions[bot]
2f0bfbbad8
chore(build): auto-generate vimdoc
2023-05-25 07:08:32 +00:00
github-actions[bot]
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
Aashish KC
2b5ae7b63c
feat(go): add workaround to get semantic token highlighting ( #815 )
2023-05-24 23:22:40 +02:00
github-actions[bot]
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
Folke Lemaitre
4b367952f6
fix(tailwind): nil check on filetypes_exclude. See #816
2023-05-24 22:02:30 +02:00
Folke Lemaitre
7c9abd7463
fix(vscode): only remap keybinds when running in vscode
2023-05-24 21:59:37 +02:00
github-actions[bot]
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
Jonas Holst Damtoft
29632c6b29
fix(go): actually set semantic tokens ( #811 )
2023-05-24 14:07:23 +02:00
github-actions[bot]
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
Folke Lemaitre
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
Folke Lemaitre
b172f47f27
fix(go): extend mason ensure_installed
2023-05-24 10:35:05 +02:00
Jonas Holst Damtoft
9cfe88c7ba
fix: remove debug notify ( #808 )
2023-05-24 10:34:27 +02:00
Jonas Holst Damtoft
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
github-actions[bot]
076b2e432e
chore(build): auto-generate vimdoc
2023-05-24 06:46:02 +00:00
Folke Lemaitre
5bf45e3139
feat(vscode): better vscode support
2023-05-24 08:45:20 +02:00
Folke Lemaitre
eba510ec69
fix(vscode): properly cleanup disabled deps
2023-05-23 14:33:13 +02:00
Folke Lemaitre
39fa63646d
feat(vscode): add vscode=true to any plugin spec you want to activate in vscode
2023-05-23 14:33:00 +02:00
Folke Lemaitre
e975f021ea
fix(vscode): added ts-context-commentstring
2023-05-23 14:32:32 +02:00
Folke Lemaitre
bf66e71adc
fix(neotest): pass opts to neotest
2023-05-23 14:07:11 +02:00
Folke Lemaitre
cd96e3d9e5
refactor(neotest): better way to pass custom options for adapters
2023-05-23 13:00:15 +02:00
github-actions[bot]
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
Folke Lemaitre
3dcc074693
fix(vscode): support older Neovim versions. Fixes #798
2023-05-23 08:44:51 +02:00
github-actions[bot]
58c3842faa
chore(build): auto-generate vimdoc
2023-05-23 06:43:03 +00:00
Folke Lemaitre
89db0157b1
feat(mini.comment): added ts-context-commentstring back and made it work with mini.comment
2023-05-23 08:41:44 +02:00
Folke Lemaitre
7443effe26
feat(test): added easy way to configure adapters
2023-05-22 21:31:12 +02:00
github-actions[bot]
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
Folke Lemaitre
55bf4d104c
build: dont generate docs for the vscode extra
2023-05-22 20:57:49 +02:00
Folke Lemaitre
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
Folke Lemaitre
183fd89d76
fix: make some extra deps optional
2023-05-22 20:57:26 +02:00
Folke Lemaitre
99785ce36b
fix(persistence): dont add rtp to session
2023-05-22 20:57:26 +02:00
Jonas Holst Damtoft
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
Jonas Holst Damtoft
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
github-actions[bot]
0c517d1f5c
chore(build): auto-generate vimdoc
2023-05-22 14:39:48 +00:00
Folke Lemaitre
df6a0d3b10
style: removed deprecated option from neodev
2023-05-22 16:39:09 +02:00
github-actions[bot]
7a7c024bf6
chore(build): auto-generate vimdoc
2023-05-21 08:53:25 +00:00
Folke Lemaitre
29554455aa
feat(tailwind): don't enable tailwind in markdown files
2023-05-21 10:52:46 +02:00
Folke Lemaitre
b227d9727a
perf(eslint): only run EslintFixAll for the current buffer when there are diagnostics from eslint
2023-05-19 22:49:25 +02:00
jyuan0
b4099a6477
fix(dap): fix the mason-nvim-dap setting name ( #781 )
2023-05-19 21:34:19 +02:00
github-actions[bot]
5a27e1def0
chore(build): auto-generate vimdoc
2023-05-19 13:07:42 +00:00
João Paquim
06e4ba2fdb
style: Fix comments on autocmds and keymaps loading ( #779 )
2023-05-19 15:06:59 +02:00
github-actions[bot]
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
Folke Lemaitre
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
Folke Lemaitre
78354a1e5e
fix(telescope): keep current prompt when switching to hidden/no_ignore
2023-05-18 09:46:46 +02:00
github-actions[bot]
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
github-actions[bot]
3d7238f753
chore(build): auto-generate vimdoc
2023-05-18 06:22:51 +00:00
Folke Lemaitre
a43d1b79f2
feat(noice): enable the inc_rename preset when inc_rename is availble
2023-05-18 08:22:08 +02:00
Folke Lemaitre
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
github-actions[bot]
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
github-actions[bot]
e09423b28c
chore(build): auto-generate vimdoc
2023-05-13 13:46:15 +00:00
Folke Lemaitre
2525b91313
feat(noice): send written notifications to the mini view instead of notify
2023-05-13 15:45:28 +02:00
Folke Lemaitre
a213da4430
feat(noice): use noice's improved entry doc view for cmp
2023-05-13 15:45:02 +02:00
github-actions[bot]
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
Folke Lemaitre
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
github-actions[bot]
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
Folke Lemaitre
44df7434d4
perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally
2023-05-12 17:03:16 +02:00
Folke Lemaitre
049e323714
fix(copilot): removed special handling of copilot in cmp. no longer needed
2023-05-12 17:01:10 +02:00
github-actions[bot]
7d96b07c6f
chore(build): auto-generate vimdoc
2023-05-12 14:47:08 +00:00
Ryan Schlesinger
ad229bbf42
fix(copilot): latest copilot-cmp requires passing opts to _on_insert_enter ( #752 )
2023-05-12 16:46:21 +02:00
github-actions[bot]
cbf1d335ed
chore(build): auto-generate vimdoc
2023-05-08 16:57:02 +00:00
Folke Lemaitre
6ebf3ab084
fix(icons): updated a dap icon
2023-05-08 18:56:18 +02:00
github-actions[bot]
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
github-actions[bot]
7409fef291
chore(build): auto-generate vimdoc
2023-05-04 16:28:28 +00:00
Folke Lemaitre
3f5c2c283e
feat(extras): added extra for tailwindcss
2023-05-04 18:27:36 +02:00
github-actions[bot]
f51719a12d
chore(build): auto-generate vimdoc
2023-05-02 19:30:33 +00:00
DYY
ea4858874b
fix(mason): exclude filetype mason in indent-blankline.nvim ( #701 )
2023-05-02 21:29:52 +02:00
github-actions[bot]
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
github-actions[bot]
bdddb215cc
chore(build): auto-generate vimdoc
2023-04-28 09:48:21 +00:00
Folke Lemaitre
eb143ebe11
fix(format): only do null-ls formatting logic when null-ls is availble. Fixes #684
2023-04-28 11:47:37 +02:00
github-actions[bot]
86ac9989ea
chore(build): auto-generate vimdoc
2023-04-25 07:13:27 +00:00
Albert Gu
dc1d48f436
style: Change description of notify.dismiss() binding ( #675 )
2023-04-25 09:12:41 +02:00
github-actions[bot]
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
Folke Lemaitre
7b9145c12d
fix(spectre): use new url by default
2023-04-24 08:45:40 +02:00
Loi Chyan
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
github-actions[bot]
43763a6226
chore(build): auto-generate vimdoc
2023-04-24 06:39:25 +00:00
you-n-g
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
github-actions[bot]
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
Folke Lemaitre
59f3b3e096
feat(plugins): automatically handle plugin repo renames
2023-04-23 11:20:02 +02:00
J
4fbb7a2803
fix(health): remove deprecated api warning ( #666 )
2023-04-23 11:04:05 +02:00
github-actions[bot]
b760ec63c4
chore(build): auto-generate vimdoc
2023-04-23 09:02:33 +00:00
Folke Lemaitre
d565684ade
feat(lsp): automatically resolve denols/tsserver conflicts if both are configured
2023-04-23 11:01:46 +02:00
github-actions[bot]
c7aeda9db1
chore(build): auto-generate vimdoc
2023-04-22 21:07:31 +00:00
Albert Gu
3a718c5c85
feat(dap): Change DAP REPL binding from open to toggle ( #663 )
2023-04-22 23:06:55 +02:00
github-actions[bot]
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
Folke Lemaitre
ad214af54d
feat(neo-tree): refresh neotree git status when closing a lazygit terminal
2023-04-21 23:42:30 +02:00
Folke Lemaitre
40983a3269
fix(copilot): re-enable copilot confirm with overwrite
2023-04-21 23:42:30 +02:00
github-actions[bot]
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
Folke Lemaitre
4379ae8ab9
fix(copilot): work-around Neovim bug. Fixes #656
2023-04-21 18:27:15 +02:00
Folke Lemaitre
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
github-actions[bot]
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
Folke Lemaitre
1274310e6d
feat(copilot): better copilot status colors for lualine
2023-04-21 09:24:12 +02:00
loqusion
14e708a246
fix: remove unintentional <lt>nop> mapping ( #651 )
2023-04-21 09:21:34 +02:00
github-actions[bot]
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
github-actions[bot]
063f8d6dff
chore(build): auto-generate vimdoc
2023-04-21 06:47:24 +00:00
Folke Lemaitre
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
Folke Lemaitre
4042614005
refactor: move lualine fg function to Util
2023-04-21 08:46:05 +02:00
github-actions[bot]
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
Folke Lemaitre
5264909b54
fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope
2023-04-20 08:29:22 +02:00
github-actions[bot]
68c21ec452
chore(build): auto-generate vimdoc
2023-04-20 06:15:00 +00:00
István Donkó
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
github-actions[bot]
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
Folke Lemaitre
ac1051686b
feat(lsp): added support for setting global lsp client capabilities
2023-04-19 19:58:05 +02:00
github-actions[bot]
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
Folke Lemaitre
1d2c97cbda
fix(treesitter): de-duplicate langs in endure_installed. Fixes #628
2023-04-19 16:45:02 +02:00
github-actions[bot]
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
Folke Lemaitre
1caa27ba4a
fix(diagnostics): deepcopy diagnostic params. Fixes #621
2023-04-19 07:49:39 +02:00
github-actions[bot]
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
github-actions[bot]
ae8c371ff4
chore(build): auto-generate vimdoc
2023-04-19 05:22:38 +00:00
Folke Lemaitre
17fe32e428
fix(lsp): properly check that diagnostics virtual_text is a table. Fixes #618
2023-04-19 07:21:52 +02:00
github-actions[bot]
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
Phúc H. Lê Khắc
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
github-actions[bot]
95b86c8d1d
chore(build): auto-generate vimdoc
2023-04-18 18:01:24 +00:00
Folke Lemaitre
01a1b8e80d
feat(diagnostics): added support for setting prefix = "icons". Check the docs on how to enable
2023-04-18 20:00:02 +02:00
Folke Lemaitre
06c38c52a9
feat(diagnostics): show diagnostics source when more than one source is reporting diagnostics
2023-04-18 19:59:19 +02:00
github-actions[bot]
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
Jonas Holst Damtoft
cfaf3b054e
feat(dap): add step out, rebind step over ( #605 )
2023-04-17 17:53:39 +02:00
github-actions[bot]
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
Folke Lemaitre
a94f7afdeb
fix(telescope): typo
2023-04-17 08:49:38 +02:00
github-actions[bot]
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
github-actions[bot]
338680d80a
chore(build): auto-generate vimdoc
2023-04-17 05:34:39 +00:00
Folke Lemaitre
df9547f432
fix(telescope): consistent keymap description. Fixes #600
2023-04-17 07:33:55 +02:00
Folke Lemaitre
0155de00ab
feat(noice): added keymap to dismiss all noice messages
2023-04-16 23:08:46 +02:00
Folke Lemaitre
0cb8974221
fix(lsp): gT => gy. keymap for goto type definition. Fixes #554
2023-04-16 22:35:14 +02:00
github-actions[bot]
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
Folke Lemaitre
feaeab9fca
fix(dap): added DapInstall and DapUninstall to cmds
2023-04-16 21:56:38 +02:00
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
Will Norris
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
github-actions[bot]
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
github-actions[bot]
0bed79f844
chore(build): auto-generate vimdoc
2023-03-12 08:12:43 +00:00
Folke Lemaitre
a28885be3f
fix(lsp): allow silent=false for lsp keymaps. Fixes #414
2023-03-12 09:10:45 +01:00
github-actions[bot]
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
Folke Lemaitre
9f30a2e03a
fix(prettier): extend ensure_installed instead of overwriting it. Fixes #406
2023-03-10 13:55:06 +01:00
github-actions[bot]
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
github-actions[bot]
3ffd5408a1
chore(build): auto-generate vimdoc
2023-03-10 07:59:02 +00:00
Folke Lemaitre
f1dbd097e4
fix(eslint): only run EslintFixAll on buffers where eslint is attached
2023-03-10 08:54:56 +01:00
Folke Lemaitre
aa8bae07ae
feat(prettierd): added an extra for prettierd with null-ls
2023-03-10 08:45:09 +01:00
Folke Lemaitre
75299da24c
feat(eslint): added an extra for eslint lsp that runs EslintFixAll before saving a buffer
2023-03-10 08:44:47 +01:00
Folke Lemaitre
5aad5749a7
feat(null-ls): added .neoconf.json to null-ls root_dir
2023-03-10 08:44:17 +01:00
Folke Lemaitre
5bb2314787
feat(typescript): added null-ls typescript code actions
2023-03-10 08:43:53 +01:00
github-actions[bot]
b1b5b461bf
chore(build): auto-generate vimdoc
2023-03-06 06:38:20 +00:00
Folke Lemaitre
23ba877bb0
feat(copilot): better sorting for cmp sources when using copilot
2023-03-06 07:37:37 +01:00
Folke Lemaitre
8f3834bc13
feat(null-ls): added fish_indent and fish diag
2023-03-06 07:37:37 +01:00
Folke Lemaitre
c407ddfe8a
feat(shfmt): added shfmt to null-ls and mason
2023-03-06 07:37:37 +01:00
github-actions[bot]
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
Folke Lemaitre
079d3967d0
fix(copilot): confirm with replace for copilot only
2023-03-05 17:06:13 +01:00
github-actions[bot]
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
Folke Lemaitre
e7a515e548
fix(mason): removed installing of shellcheck and shfmt. Use bashls instead
2023-03-05 09:12:16 +01:00
github-actions[bot]
2002265461
chore(build): auto-generate vimdoc
2023-03-05 08:09:39 +00:00
Amaan Qureshi
f441faad03
feat: add luap to nvim-treesitter ensure_installed ( #383 )
2023-03-05 09:08:51 +01:00
Folke Lemaitre
6fec14e508
fix(typescript): enable function call completion snippets
2023-03-04 10:41:52 +01:00
Folke Lemaitre
b10c9ade77
build: neoconf sumneko_lua => lua_ls
2023-03-04 10:41:52 +01:00
Folke Lemaitre
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd
2023-03-04 10:41:51 +01:00
github-actions[bot]
0d32e62567
chore(build): auto-generate vimdoc
2023-03-04 07:41:20 +00:00
Amaan Qureshi
9dd2487529
fix: rename more appropriately (also a typo) ( #378 )
2023-03-04 08:40:37 +01:00
github-actions[bot]
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
Folke Lemaitre
57c2dcb3a3
feat(neo-tree): added expanders
2023-03-03 20:10:45 +01:00
github-actions[bot]
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
Folke Lemaitre
04a60e251b
fix(luasnip): added note that jsregexp is optional if it fails to build
2023-03-03 08:28:35 +01:00
github-actions[bot]
d285548ae0
chore(build): auto-generate vimdoc
2023-03-03 07:23:08 +00:00
Folke Lemaitre
368c65e14b
feat(copilot): added an extra to enable copilot. {import = "lazyvim.plugins.extras.coding.copilot"}
2023-03-03 08:22:20 +01:00
Folke Lemaitre
3a52307505
feat(cmp): added <s-CR> to confirm completion with replace
2023-03-03 08:21:29 +01:00
github-actions[bot]
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
github-actions[bot]
c32943f2aa
chore(build): auto-generate vimdoc
2023-03-02 13:18:45 +00:00
Folke Lemaitre
d00aade8db
fix(alpha): larger session icon. Fixes #365
2023-03-02 14:17:57 +01:00
Folke Lemaitre
f6f3ce4a9b
fix(luasnip): dont build jsregexp on Windows
2023-03-02 14:15:51 +01:00
Folke Lemaitre
16e4a3f8fd
fix(leap): unpin leap
2023-03-02 08:19:03 +01:00
github-actions[bot]
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
Brian Di Palma
f9b7406df9
feat(telescope): Add open selected with trouble keymap ( #357 )
2023-03-01 13:10:04 +01:00
github-actions[bot]
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
github-actions[bot]
e42c308a6b
chore(build): auto-generate vimdoc
2023-03-01 10:40:15 +00:00
Folke Lemaitre
787ceab031
fix(leap): pin leap for now till flit issue is fixed
2023-03-01 11:39:33 +01:00
github-actions[bot]
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
Brian Di Palma
59fa83653f
feat(keymaps): Add previous/next trouble/quickfix item keymap [q, ]q ( #299 )
2023-02-28 11:31:35 +01:00
alexander-born
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
Folke Lemaitre
4b37723558
fix(git-signs): larger icons for delete
2023-02-28 10:01:53 +01:00
Sakari
588dc5dd65
fix(icons): replace obsolete Nerd icons ( #331 )
2023-02-28 09:59:50 +01:00
Folke Lemaitre
70966bbc19
style: desc for gw
2023-02-28 09:59:01 +01:00
Calvin Bochulak
8a9265efed
style: add description for "gw" keymap ( #327 )
2023-02-28 09:58:29 +01:00
github-actions[bot]
2b8b27b4a9
chore(build): auto-generate vimdoc
2023-02-28 08:52:19 +00:00
Folke Lemaitre
d97bf66eed
fix(mini-indentscope): disable indentscope for filetypes during init. Fixes #318
2023-02-28 09:51:29 +01:00
Folke Lemaitre
fc765e9e3d
fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues
2023-02-27 19:38:29 +01:00
github-actions[bot]
592074ad80
chore(build): auto-generate vimdoc
2023-02-27 09:18:03 +00:00
Folke Lemaitre
bd62cbe370
fix(luasnips): make install_jsregexp
2023-02-27 10:17:22 +01:00
github-actions[bot]
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
Folke Lemaitre
079c685831
refactor(treesitter): nil-check
2023-02-20 16:01:02 +01:00
alexander-born
0eef2c2f29
fix(treesitter): nil check #312 ( #313 )
...
Co-authored-by: Alexander Born <alexander.born@bmw.de >
2023-02-20 15:58:52 +01:00
github-actions[bot]
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
github-actions[bot]
db9a7d90d5
chore(build): auto-generate vimdoc
2023-02-20 07:22:26 +00:00
Marie
cccdc1cacf
feat(telescope): add <leader>sS for :Telescope lsp_workspace_symbols ( #309 )
2023-02-20 08:21:39 +01:00
github-actions[bot]
90c58352dd
chore(build): auto-generate vimdoc
2023-02-19 21:32:05 +00:00
d2kay
6b9f0c0c3c
feat: persist pinned tabs ( #304 )
...
Adds `globals` to session opts to persist pinned tabs
2023-02-19 09:56:08 +01:00
Folke Lemaitre
de6a28b781
fix(treesitter): disable indent only for python right now
2023-02-18 13:14:47 +01:00
Folke Lemaitre
329a2daff4
fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297
2023-02-18 12:40:25 +01:00
github-actions[bot]
f08d004bc2
chore(build): auto-generate vimdoc
2023-02-18 08:56:40 +00:00
Folke Lemaitre
8e84dcf85c
fix(mini.surround): don't create empty keymaps. Fixes #296
2023-02-18 09:55:56 +01:00
Folke Lemaitre
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
github-actions[bot]
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
Calvin Bochulak
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
github-actions[bot]
3d18548c0a
chore(build): auto-generate vimdoc
2023-02-17 06:19:43 +00:00
Anton Averchenkov
78cb3bb66d
fix(lualine): Add a space separator between progress & location in lualine ( #285 )
2023-02-17 07:18:59 +01:00
github-actions[bot]
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
Folke Lemaitre
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
Folke Lemaitre
eccd122e6d
feat(leap): lazy-load leap/flit and added keymaps
2023-02-16 14:12:10 +01:00
github-actions[bot]
e33dd761b1
chore(build): auto-generate vimdoc
2023-02-16 12:30:27 +00:00
github-actions[bot]
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
github-actions[bot]
27248b0193
chore(build): auto-generate vimdoc
2023-02-15 13:04:31 +00:00
Folke Lemaitre
d198a19325
fix(health): also check for fdfind instead of just fd. Fixes #270
2023-02-15 14:03:46 +01:00
github-actions[bot]
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
Folke Lemaitre
5d6f0d58d5
fix(notify): install notify when noice is not enabled
2023-02-14 21:56:09 +01:00
Folke Lemaitre
cc3070d30e
faet(util): added Util.on_very_lazy
2023-02-14 21:55:52 +01:00
github-actions[bot]
e91903e810
chore(build): auto-generate vimdoc
2023-02-14 13:41:28 +00:00
Folke Lemaitre
38eb3bf115
fix(which-key): only add noice group when noice is enabled
2023-02-14 14:40:34 +01:00
github-actions[bot]
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
Folke Lemaitre
a3aeb27cbc
fix(format): nil check
2023-02-12 12:31:43 +01:00
Folke Lemaitre
fab6150da9
fix(format): dont format if client capaibilities disabled it. #249
2023-02-12 11:43:31 +01:00
github-actions[bot]
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
github-actions[bot]
5cb44bae6d
chore(build): auto-generate vimdoc
2023-02-12 10:00:54 +00:00
Folke Lemaitre
543126818e
fix(lsp): temp mason fix for sumenko_lua -> lua_ls rename. See #248
2023-02-12 10:59:58 +01:00
Zhizhen He
57e92b04e2
style: fix comment typo ( #243 )
2023-02-11 17:10:39 +01:00
Folke Lemaitre
31ad893788
fix(cmp): added <c-n> and <c-p> to make it more consistent
2023-02-11 13:29:27 +01:00
Folke Lemaitre
151bf12a9f
fix(telescope): make key bindings more consistent for telescope
2023-02-11 13:28:11 +01:00
github-actions[bot]
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
github-actions[bot]
490598b81a
chore(build): auto-generate vimdoc
2023-02-11 08:00:32 +00:00
Folke Lemaitre
6669e63368
feat(config): allow to disable loading of the default keymaps/autocmds/options. Fixes #238
2023-02-11 08:59:42 +01:00
github-actions[bot]
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
Folke Lemaitre
f5d232b79c
refactor(mini.ai): improved descriptions for mini.ai
2023-02-10 17:06:01 +01:00
Mateus Rodolfo
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
Folke Lemaitre
b96ea665b3
feat(mini.ai): added all mini.ai text-objects to which-key
2023-02-10 16:17:18 +01:00
github-actions[bot]
b20f016b04
chore(build): auto-generate vimdoc
2023-02-10 09:05:28 +00:00
github-actions[bot]
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
Folke Lemaitre
42d2411bfa
fix(leap): don't use the x and X mappings in visual mode
2023-02-09 22:49:07 +01:00
Folke Lemaitre
ddd1fceb76
ci: autogen recipes
2023-02-09 22:48:42 +01:00
github-actions[bot]
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
Folke Lemaitre
cb384ad69f
fix(lsp): remove debug
2023-02-09 14:47:55 +01:00
github-actions[bot]
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
github-actions[bot]
225a875179
chore(build): auto-generate vimdoc
2023-02-09 13:38:32 +00:00
Folke Lemaitre
3af91550be
feat(bufferline): added keymaps to pin and delete non-pinned buffers. See #218
2023-02-09 14:37:37 +01:00
Folke Lemaitre
d61e4bd553
fix(lsp): dont use expr=true for lsp rename. Fixes #220
2023-02-09 14:35:48 +01:00
github-actions[bot]
b796b6e5a8
chore(build): auto-generate vimdoc
2023-02-08 06:36:15 +00:00
ueaner
4df6301f1e
docs: Added Chinese Translation of the README ( #211 )
2023-02-08 07:35:04 +01:00
github-actions[bot]
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
Folke Lemaitre
52b34ce3c3
feat(lsp): allow disabling autoformat for certain buffers
2023-02-07 23:15:10 +01:00
github-actions[bot]
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
Folke Lemaitre
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169
2023-02-07 21:59:33 +01:00
Andreas Gerlach
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
Tamás Barta
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
Folke Lemaitre
9131897b61
docs: added recipes
2023-02-07 19:43:30 +01:00
github-actions[bot]
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
Folke Lemaitre
320f5c6de7
fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199
2023-02-07 16:46:48 +01:00
Folke Lemaitre
826655b901
fix(lsp): properly merge lsp client capabilities
2023-02-07 16:46:48 +01:00
github-actions[bot]
edd0fbb6a1
chore(build): auto-generate vimdoc
2023-02-07 08:17:32 +00:00
Josh Medeski
a5755408dd
feat(icons): add copilot icon ( #195 )
2023-02-07 09:16:47 +01:00
github-actions[bot]
4a9a2e8861
chore(build): auto-generate vimdoc
2023-02-06 21:39:20 +00:00
Folke Lemaitre
0556c011c5
docs: video
2023-02-06 22:38:35 +01:00
github-actions[bot]
4792d498ab
chore(build): auto-generate vimdoc
2023-02-06 21:38:19 +00:00
Folke Lemaitre
68ad526f3a
docs: move video below install instructions
2023-02-06 22:37:36 +01:00
github-actions[bot]
ab89f46fba
chore(build): auto-generate vimdoc
2023-02-06 21:36:02 +00:00
Mauricio Poppe
e7004bce30
docs: video walkthrough to get started ( #170 )
2023-02-06 22:35:23 +01:00
bahaaza
3a28ce7919
fix(typescript): typescript extras Keymaps ( #175 )
2023-02-06 16:44:43 +01:00
Folke Lemaitre
2ff213126c
fix(keymaps): move lines with silent and without triggering cmdline. Fixes #184
2023-02-06 08:43:59 +01:00
Folke Lemaitre
e5626e9a2d
fix(keymaps): silent by default
2023-02-06 08:43:59 +01:00
github-actions[bot]
d905ff08b9
chore(build): auto-generate vimdoc
2023-02-06 07:31:56 +00:00
Folke Lemaitre
182323623a
fix(mini.surround): use merged plugin spec to build keys. Fixes #172 . Fixes #177
2023-02-06 08:31:04 +01:00
github-actions[bot]
663e142bcd
chore(build): auto-generate vimdoc
2023-02-03 17:07:08 +00:00
Brian Di Palma
dfba8bab93
docs: Update README.md ( #167 )
...
Pretty sure it's not meant to be `.toml`?
2023-02-03 18:06:22 +01:00
github-actions[bot]
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
github-actions[bot]
c567164e71
chore(build): auto-generate vimdoc
2023-02-02 08:29:25 +00:00
Folke Lemaitre
b81ecf9f7a
fix(nvim-navic): use kinds icons for navic. Fixes #164
2023-02-02 09:28:17 +01:00
github-actions[bot]
1aa9e26e84
chore(build): auto-generate vimdoc
2023-01-31 07:20:48 +00:00
Folke Lemaitre
3b5f363074
fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155
2023-01-31 08:20:00 +01:00
Folke Lemaitre
c5b22c0832
fix(noice): scroll doc window in normal, insert and select mode
2023-01-29 21:17:28 +01:00
github-actions[bot]
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
github-actions[bot]
b7d514d15a
chore(build): auto-generate vimdoc
2023-01-29 08:18:22 +00:00
Folke Lemaitre
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
github-actions[bot]
48f45d4469
chore(build): auto-generate vimdoc
2023-01-28 14:43:10 +00:00
TheJoeSchr
40f73a2c13
style: fix comment typo ( #145 )
2023-01-28 15:42:29 +01:00
github-actions[bot]
a37b24764e
chore(build): auto-generate vimdoc
2023-01-27 07:14:19 +00:00
Julius Krämer
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
Matthis Kälble
835f77f3be
fix(lualine): fixed nei-tree extension ( #132 )
2023-01-25 19:01:55 +01:00
Folke Lemaitre
5ac9938cc8
fix(neo-tree): dont change cwd when opening neo-tree. Fixes #130
2023-01-25 14:54:34 +01:00
github-actions[bot]
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
Folke Lemaitre
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0
2023-01-25 09:00:33 +01:00
Folke Lemaitre
2321847e72
refactor: move LazyVim init to core
2023-01-25 09:00:33 +01:00
Folke Lemaitre
bd4f350503
fix(config): return defaults when setup was not run yet. Fixes #126
2023-01-25 09:00:33 +01:00
github-actions[bot]
12771e9987
chore(build): auto-generate vimdoc
2023-01-25 07:25:09 +00:00
Folke Lemaitre
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128
2023-01-25 08:19:44 +01:00
Folke Lemaitre
5a4cb1b7ee
fix(illuminate): delete ]] and [[ keymaps set by ftplugins. Fixes #124
2023-01-25 08:15:12 +01:00
Folke Lemaitre
94267fe266
refactor: removed noice deactivate
2023-01-24 13:40:48 +01:00
adrian5
8650f2c99a
fix(config): don't set options to their defaults ( #120 )
2023-01-24 13:40:18 +01:00
github-actions[bot]
128231a821
chore(main): release 1.3.1 ( #118 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-24 08:53:46 +01:00
Folke Lemaitre
5bf979d234
fix(lsp): again
2023-01-24 08:52:28 +01:00
Folke Lemaitre
744028ea4c
fix(lsp): check for nvim-cmp intsead of cmp
2023-01-24 08:50:18 +01:00
github-actions[bot]
9848d56d8f
chore(main): release 1.3.0 ( #107 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-24 08:44:36 +01:00
github-actions[bot]
7fe6a8edc2
chore(build): auto-generate vimdoc
2023-01-24 07:40:42 +00:00
Folke Lemaitre
10f809784d
feat: added deactivate for neo-tree and noice
2023-01-24 08:39:41 +01:00
Folke Lemaitre
5aa85e47e4
fix(telescope): bind hidden/ignore to <a-i>, <a-h> instead of <c-i> since thats the same as <tab>. Fixes #117
2023-01-24 08:17:57 +01:00
Folke Lemaitre
adee0521bf
feat(health): added some simple health checks
2023-01-24 08:17:10 +01:00
Folke Lemaitre
b81dc71211
fix(lsp): only load cmp-nvim-lsp when cmp is enabled
2023-01-24 07:50:07 +01:00
Folke Lemaitre
1b3b18d53b
fix(options): don't set GUI font. Fixes #113
2023-01-23 23:42:01 +01:00
Folke Lemaitre
7595bfaa3b
fix(lsp): ]w and [w now work as expected. Fixes #109
2023-01-23 19:21:14 +01:00
github-actions[bot]
e2bfd2d664
chore(build): auto-generate vimdoc
2023-01-23 07:09:07 +00:00
Folke Lemaitre
012dbab586
feat(keymaps): do not create keymaps when a lazy keys handler exists
2023-01-23 08:08:12 +01:00
Folke Lemaitre
bb3f0fdc55
build: highlight extra module
2023-01-23 08:08:12 +01:00
github-actions[bot]
638b227b1f
chore(main): release 1.2.0 ( #101 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-23 00:14:42 +01:00
Folke Lemaitre
1a55a167a0
feat(extras): added extra for mini.animate. Highly recommended!
2023-01-23 00:11:29 +01:00
github-actions[bot]
d184825ee3
chore(main): release 1.1.0 ( #85 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-22 15:16:56 +01:00
Folke Lemaitre
8bc321bb55
feat: install latest stable release of lazy.nvim and LazyVim
2023-01-22 15:15:08 +01:00
Folke Lemaitre
254d0ca261
fix(core): use lazy.nvim version configured by the user
2023-01-22 14:33:55 +01:00
Folke Lemaitre
29ae872ad1
build: fix lsp keymaps doc generation
2023-01-22 12:19:33 +01:00
Folke Lemaitre
47ba46f184
feat(lsp): make it easier to customize LSP keymaps. Fixes #93
2023-01-22 11:56:46 +01:00
Folke Lemaitre
1ea6534ba4
fix(indent-blankline): load on BufReadPost to prevent neo-tree errors
2023-01-22 11:09:05 +01:00
Folke Lemaitre
280f4cf299
fix(treesitter): dont add to ensure_installed when "all". Fixes #98
2023-01-22 10:36:49 +01:00
github-actions[bot]
ed554160bc
chore(build): auto-generate vimdoc
2023-01-22 09:32:31 +00:00
Folke Lemaitre
cc0171e770
feat(lsp): setup lsp servers not supported by mason-lspconfig and added mason=false to skip server setup by mason. Fixes #95
2023-01-22 10:31:48 +01:00
Folke Lemaitre
99ee77a03d
build: fix mdx issue with escaped pipe character
2023-01-20 20:36:55 +01:00
Folke Lemaitre
3a1ef4150d
build: create separate keyamp groups per plugin
2023-01-20 20:36:38 +01:00
Folke Lemaitre
7be8efaa84
fix(keymaps): switch <leader>gg and <leader>gG to be consistent with the other keymaps
2023-01-20 20:12:47 +01:00
Folke Lemaitre
cab2914fce
ci: remove release-as
2023-01-20 15:37:33 +01:00
Elijah Manor
52b4213ab1
style(keymaps): Add context to tab related keymaps ( #82 )
...
The description for the tab keymaps are currently a bit generic. This gives extra information so they are more helpful in which-key and also in the documentation (if that is how you are generating them in the other repo)
2023-01-20 15:36:11 +01:00
github-actions[bot]
dc45a2813b
chore(main): release 1.0.0 ( #81 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-20 15:33:46 +01:00
Folke Lemaitre
492fbb335d
ci: release 1.0.0
2023-01-20 15:32:18 +01:00
Folke Lemaitre
75e30fc6a3
feat: 1.0.0 release
2023-01-20 15:28:31 +01:00
github-actions[bot]
11839bf6a3
chore(main): release 0.4.0-alpha ( #74 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-20 15:15:18 +01:00
github-actions[bot]
2a440a1a06
chore(build): auto-generate vimdoc
2023-01-20 14:14:36 +00:00
Folke Lemaitre
354416f3d5
build: ugly code for generating lazyvim.github.io :)
2023-01-20 15:13:22 +01:00
Folke Lemaitre
5d3e126b63
feat(lsp): ignore lsp servers where setting is set to false
2023-01-19 22:10:38 +01:00
Folke Lemaitre
3362f0abc4
feat(buffer)!: remove <leader>b[, <leader>b] in favor of ]b and [b
2023-01-19 14:16:03 +01:00
Folke Lemaitre
c2693e2d16
feat(keymaps): added [b and ]b to switch buffers
2023-01-19 13:59:49 +01:00
github-actions[bot]
dc3db065a8
chore(build): auto-generate vimdoc
2023-01-19 12:54:37 +00:00
Folke Lemaitre
6e2a462a78
refactor(build): publish with docusaurus
2023-01-19 13:53:30 +01:00
Folke Lemaitre
bb4e924bca
docs: fixed release shield
2023-01-19 13:53:30 +01:00
github-actions[bot]
46c0948174
chore(build): auto-generate vimdoc
2023-01-19 12:51:20 +00:00
Folke Lemaitre
87ec3af110
docs: updated readme
2023-01-19 13:50:31 +01:00
github-actions[bot]
e6455b01a2
chore(build): auto-generate vimdoc
2023-01-18 07:37:55 +00:00
Phúc Lê Khắc
fe4b92492c
fix(lsp): there is no declaration in telescope, use vim.lsp ( #78 )
2023-01-18 08:37:06 +01:00
github-actions[bot]
895c5d8dd0
chore(build): auto-generate vimdoc
2023-01-17 15:48:36 +00:00
Folke Lemaitre
709181113d
docs: updated keymaps
2023-01-17 16:47:48 +01:00
Folke Lemaitre
ba0040230e
refactor(treesitter)!: use <bs> in visual mode to shrink delection. Fixes #71
2023-01-17 14:44:52 +01:00
github-actions[bot]
201a3d171e
chore(main): release 0.3.0-alpha ( #73 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-17 14:37:32 +01:00
Folke Lemaitre
88c112fc3a
refactor(todo)!: <leader>xtt => <leader>xT
2023-01-17 14:22:09 +01:00
Folke Lemaitre
7563b361b8
refactor(todo)!: moved search todo to <leader>st
2023-01-17 14:21:39 +01:00
Folke Lemaitre
254d3a0921
refactor(telescope)!: moved search diagnostics to <leader>sd
2023-01-17 14:20:58 +01:00
github-actions[bot]
2d3137e1db
chore(build): auto-generate vimdoc
2023-01-17 08:17:55 +00:00
Folke Lemaitre
8d8626c5d9
fix(keymaps): added Inspect to <leader>ui
2023-01-17 09:17:04 +01:00