bc14e02a1f
feat: added extra for dap
2023-04-16 21:35:38 +02:00
02c5e8d953
fix(config): options cant be disabled with lazyvim config. Fixes #566
2023-04-16 11:34:35 +02:00
a9e9204dae
fix(lazygit): dont use <esc><esc>
for normal more for laygit to prevent delays on <esc>
. Fixes #567
2023-04-16 11:18:44 +02:00
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list ( #512 )
2023-04-16 10:39:12 +02:00
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583
2023-04-16 07:53:42 +02:00
ed48b85dbe
feat(autocmds): add auto create dir ( #493 )
...
* feat(autocmds): add auto create dir
* refactor: auto-create dir
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-03-31 09:40:57 +02:00
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd ( #473 )
2023-03-22 09:03:02 +01:00
501474e421
fix(config): compat with lazy.nvim
2023-03-17 22:29:07 +01:00
cec000dfd8
fix(icons): replace obsolete icons ( #441 )
...
* fix(icons): replace obsolete icons
* fix(icons): bigger icons
* fix(icons): bigger folder icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-03-16 12:16:55 +01:00
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd
2023-03-04 10:41:51 +01:00
59fa83653f
feat(keymaps): Add previous/next trouble/quickfix item keymap [q
, ]q
( #299 )
2023-02-28 11:31:35 +01:00
70966bbc19
style: desc for gw
2023-02-28 09:59:01 +01:00
8a9265efed
style: add description for "gw" keymap ( #327 )
2023-02-28 09:58:29 +01:00
6669e63368
feat(config): allow to disable loading of the default keymaps/autocmds/options. Fixes #238
2023-02-11 08:59:42 +01:00
088914e1dd
feat(trouble): keymaps for trouble quicklist / loclist ( #171 )
...
* use trouble quicklist / loclist if available
* feat: added keymaps for loclist and qf list with trouble
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-02-07 21:50:41 +01:00
f57031db7c
feat(autocmds): add groups to autocmds ( #151 )
...
* fix(config): add groups to autocommands, and fix plugin/user config order
* revert config loading refactor and inline augroups
* refactor: autocmd groups
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-02-07 20:30:46 +01:00
a5755408dd
feat(icons): add copilot icon ( #195 )
2023-02-07 09:16:47 +01:00
2ff213126c
fix(keymaps): move lines with silent and without triggering cmdline. Fixes #184
2023-02-06 08:43:59 +01:00
e5626e9a2d
fix(keymaps): silent by default
2023-02-06 08:43:59 +01:00
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0
2023-01-25 09:00:33 +01:00
2321847e72
refactor: move LazyVim init to core
2023-01-25 09:00:33 +01:00
bd4f350503
fix(config): return defaults when setup was not run yet. Fixes #126
2023-01-25 09:00:33 +01:00
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128
2023-01-25 08:19:44 +01:00
8650f2c99a
fix(config): don't set options to their defaults ( #120 )
2023-01-24 13:40:18 +01:00
1b3b18d53b
fix(options): don't set GUI font. Fixes #113
2023-01-23 23:42:01 +01:00
012dbab586
feat(keymaps): do not create keymaps when a lazy keys handler exists
2023-01-23 08:08:12 +01:00
7be8efaa84
fix(keymaps): switch <leader>gg
and <leader>gG
to be consistent with the other keymaps
2023-01-20 20:12:47 +01:00
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
3362f0abc4
feat(buffer)!: remove <leader>b[
, <leader>b]
in favor of ]b
and [b
2023-01-19 14:16:03 +01:00
c2693e2d16
feat(keymaps): added [b
and ]b
to switch buffers
2023-01-19 13:59:49 +01:00
8d8626c5d9
fix(keymaps): added Inspect to <leader>ui
2023-01-17 09:17:04 +01:00
fd95026665
refactor(keymaps): use Util instead of requiring again
2023-01-16 22:15:41 +01:00
5a99809844
feat(keymaps): added shortcuts for split and vsplit <leader>-
and <leader>|
2023-01-16 21:59:23 +01:00
b278b062ec
feat(lsp): added opts.autoformat
to be able to disable autoformat by default. Fixes #65
2023-01-16 14:13:24 +01:00
30b7215de8
fix(keymaps): Resolve comment after PR got merged ( #61 )
...
Co-authored-by: Sylvester <sylvester@socialbrothers.nl >
2023-01-15 19:42:22 +01:00
e03471df70
fix(keymaps): Add unique keymap to toggle relative number ( #60 )
...
Co-authored-by: Sylvester <sylvester@socialbrothers.nl >
2023-01-15 16:40:42 +01:00
30dc8c5732
fix(keymaps): <leader>ur
now does the same as Neovim's better <c-l>
2023-01-13 09:02:14 +01:00
46dba8f67e
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu ( #45 )
...
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com >
2023-01-11 19:58:58 +01:00
0cfc15e739
refactor(keymaps)!: terminal keymaps are now under <leader>ft
and <leader>fT
2023-01-11 17:27:52 +01:00
23476f1d3c
refactor(keymaps): highlights under cursor is now mapped to <leader>sH
2023-01-11 17:27:21 +01:00
1e4b958b4a
feat(keymaps)!: redraw is now mapped to <leader>ur
(UI redraw)
2023-01-11 16:48:06 +01:00
ed0628286f
feat(keymaps)!: toggle keymaps can now be found under UI <leader>u
2023-01-11 16:47:01 +01:00
6674a3accf
feat(autocmds): rebalance windows on resize
2023-01-11 16:26:08 +01:00
2ea489c7ba
refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled
2023-01-11 16:14:18 +01:00
318b56c1c4
fix(autocmds): load autocmds during startup when argc > 0. Fixes #34
2023-01-11 13:00:16 +01:00
e405023530
fix(options): use vim.opt
and trigger Lazy ui reload when needed. Fixes #38
2023-01-11 12:56:07 +01:00
d568098374
fix(options): set options with vim.set_global
2023-01-11 08:05:29 +01:00
701337fac8
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts
2023-01-10 23:00:56 +01:00
3dd367caac
style: fixed comment for save file
2023-01-10 19:40:25 +01:00
08f6375e4c
feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info
2023-01-10 11:14:27 +01:00