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
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
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
Folke Lemaitre
8d8626c5d9
fix(keymaps): added Inspect to <leader>ui
2023-01-17 09:17:04 +01:00
Folke Lemaitre
fd95026665
refactor(keymaps): use Util instead of requiring again
2023-01-16 22:15:41 +01:00
Folke Lemaitre
5a99809844
feat(keymaps): added shortcuts for split and vsplit <leader>-
and <leader>|
2023-01-16 21:59:23 +01:00
Folke Lemaitre
b278b062ec
feat(lsp): added opts.autoformat
to be able to disable autoformat by default. Fixes #65
2023-01-16 14:13:24 +01:00
Sylvester Hofstra
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
Sylvester Hofstra
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
Folke Lemaitre
30dc8c5732
fix(keymaps): <leader>ur
now does the same as Neovim's better <c-l>
2023-01-13 09:02:14 +01:00
Andreas Gerlach
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
Folke Lemaitre
0cfc15e739
refactor(keymaps)!: terminal keymaps are now under <leader>ft
and <leader>fT
2023-01-11 17:27:52 +01:00
Folke Lemaitre
23476f1d3c
refactor(keymaps): highlights under cursor is now mapped to <leader>sH
2023-01-11 17:27:21 +01:00
Folke Lemaitre
1e4b958b4a
feat(keymaps)!: redraw is now mapped to <leader>ur
(UI redraw)
2023-01-11 16:48:06 +01:00
Folke Lemaitre
ed0628286f
feat(keymaps)!: toggle keymaps can now be found under UI <leader>u
2023-01-11 16:47:01 +01:00
Folke Lemaitre
6674a3accf
feat(autocmds): rebalance windows on resize
2023-01-11 16:26:08 +01:00
Folke Lemaitre
2ea489c7ba
refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled
2023-01-11 16:14:18 +01:00
Folke Lemaitre
318b56c1c4
fix(autocmds): load autocmds during startup when argc > 0. Fixes #34
2023-01-11 13:00:16 +01:00
Folke Lemaitre
e405023530
fix(options): use vim.opt
and trigger Lazy ui reload when needed. Fixes #38
2023-01-11 12:56:07 +01:00
Folke Lemaitre
d568098374
fix(options): set options with vim.set_global
2023-01-11 08:05:29 +01:00
Folke Lemaitre
701337fac8
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts
2023-01-10 23:00:56 +01:00
Folke Lemaitre
3dd367caac
style: fixed comment for save file
2023-01-10 19:40:25 +01:00
Folke Lemaitre
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
Folke Lemaitre
dcf520f3a7
refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config
2023-01-10 11:14:27 +01:00
Folke Lemaitre
7b943822db
feat(config): show an error when the needed version of lazy.nvim
is too old
2023-01-10 11:14:27 +01:00
Folke Lemaitre
36c84f47c9
feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings
is deprecated
2023-01-10 11:14:27 +01:00
Folke Lemaitre
1d6ce4fc57
feat(keymaps): added <leader>r
to redraw and clear hlsearch
2023-01-09 22:12:41 +01:00
Folke Lemaitre
73b38e6187
feat(keymaps)!: remove keymaps for [p and ]p
2023-01-09 20:54:29 +01:00
Folke Lemaitre
86e4e792f3
docs: auto-generate keymaps and plugins section
2023-01-08 21:20:36 +01:00
Folke Lemaitre
838bff12b6
feat(keymaps): added missing descriptions
2023-01-08 21:08:21 +01:00
Folke Lemaitre
a44054fc62
style: cleanup
2023-01-08 19:59:15 +01:00
Folke Lemaitre
38be71692f
feat(keymaps): added missing descriptions
2023-01-07 23:20:37 +01:00
Folke Lemaitre
aa6ba29772
feat(init)!: disable init.lua and show a message on how to use LazyVim
2023-01-07 11:44:40 +01:00
Folke Lemaitre
8f782709d8
feat(keymaps)!: switching buffers now uses shift + hl keys
2023-01-07 00:22:04 +01:00
Folke Lemaitre
ffe606ee41
feat(keymaps)!: resizing windows now uses ctrl + arrow keys
2023-01-07 00:21:23 +01:00
Folke Lemaitre
00ec5a9a36
feat(keymaps)!: move to window now uses ctrl hjkl
2023-01-07 00:20:54 +01:00
Folke Lemaitre
4c2ac6b7bf
feat(options): winminwidth
2023-01-06 23:51:45 +01:00
Folke Lemaitre
77672ba3fd
feat(keymaps): added toggle for diagnostics and conceal
2023-01-06 23:51:30 +01:00
Folke Lemaitre
8174821b71
feat(autocmds): set spell and wrap for markdown
2023-01-06 23:51:02 +01:00
Folke Lemaitre
e42337f02a
feat(settings): better default icons
2023-01-06 22:48:20 +01:00
Andreas Gerlach
d74759de76
feat(lualine): better lualine with git status, diagnostics and navic lsp information ( #15 )
2023-01-06 07:27:28 +01:00
Folke Lemaitre
6bfba2d669
feat(keymaps): use regular jk when specifying a count
2023-01-06 07:21:27 +01:00
Folke Lemaitre
454df99ff3
feat(terminal): double escape to enter normal mode
2023-01-05 17:56:54 +01:00
Folke Lemaitre
18756a614c
feat(keymaps): added floating terminal
2023-01-05 11:38:05 +01:00
Folke Lemaitre
68242540cf
feat(keymaps): better jk
2023-01-05 11:29:05 +01:00
Folke Lemaitre
df6f2fc92f
feat(keymaps): more keymaps
2023-01-04 22:22:04 +01:00
Folke Lemaitre
3d998cbdb1
fix(keymaps): only add vim.show_pos on nightly. Fixes #10
2023-01-04 21:55:23 +01:00
Folke Lemaitre
47fa58c2ed
feat(keymaps): added more keymaps
2023-01-04 21:34:49 +01:00
Folke Lemaitre
7280d59355
feat: added trouble
2023-01-04 13:51:45 +01:00