Commit graph

115 commits

Author SHA1 Message Date
Folke Lemaitre
df0818880e
fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
Folke Lemaitre
258f339bcf
feat(options)!: set default localleader to \ 2023-07-20 09:20:24 +02:00
Folke Lemaitre
a28acf0ce7
feat(keymaps): added leader-K to run keywordprg 2023-07-18 08:46:52 +02:00
Folke Lemaitre
9387ab388e
feat: added leader-L to show the LazyVim changelog 2023-07-13 08:18:02 +02:00
Sam Amis
baa9614022
fix(autocmds): jump to last loc in buffer (#1061)
vim.api.nvim_win_set_cursor is expecting a window handle but was being
passed the current buffer's handle instead
2023-07-06 15:43:15 +02:00
Folke Lemaitre
755419f39c
fix: trigger ci 2023-07-04 19:06:15 +02:00
Folke Lemaitre
089606b48d
fix(lsp): upstream inlay_hint rename 2023-06-30 20:44:39 +02:00
Folke Lemaitre
65c70f6ad7
fix(autocmds): dont jump to last loc in gitcommit buffers 2023-06-30 08:35:27 +02:00
jyuan0
e9358d977a
fix(keymaps): remove redundant ':' on lazy keymap (#977) 2023-06-25 10:05:07 +02:00
Jonáš Dujava
69bf9e7e01
style(options): update comment (#960) 2023-06-22 12:51:25 +02:00
Folke Lemaitre
01c7eeebd0
feat: added support for the new builtin inlay hints
Enable with:
```lua
{"neovim/nvim-lspconfig", opts = {inlay_hints = {enabled = true}}}
```
2023-06-21 08:01:59 +02:00
Folke Lemaitre
ebd002f135
fix(keymaps): disable ctrl-hjkl for lazygit. Fixes #905 2023-06-16 19:06:27 +02:00
Folke Lemaitre
d6bb907cf0
fix(keymaps): dont map jk in visual. Use x instead of v. Fixes #912 2023-06-09 16:27:45 +02:00
Beartama
e049928b8b
fix(keymaps): better j/k for visual mode (#902) 2023-06-08 13:48:23 +02:00
Folke Lemaitre
1897617c98
fix(keymaps): terminal show/hide 2023-06-06 07:46:32 +02:00
Folke Lemaitre
d31772f981
fix(keymaps): added c-_ mapped to c-/ to make it work in some terminals 2023-06-06 00:11:52 +02:00
Folke Lemaitre
952a0cfb96
fix(keymaps): remove c-w mapping 2023-06-05 12:10:55 +02:00
Folke Lemaitre
7a36e2989c
feat(keymaps): added <c-/> in normal/terminal mode to toggle main terminal 2023-06-03 10:54:29 +02:00
Folke Lemaitre
49ae2344a1
feat(keymaps): added some useful keymaps for terminals 2023-06-03 10:49:58 +02:00
Folke Lemaitre
1288f0d5a5
fix(neotest): added some additional filetypes to close with q 2023-05-27 09:35:49 +02:00
Folke Lemaitre
7c9abd7463
fix(vscode): only remap keybinds when running in vscode 2023-05-24 21:59:37 +02:00
Jonas Holst Damtoft
9cfe88c7ba
fix: remove debug notify (#808) 2023-05-24 10:34:27 +02:00
Folke Lemaitre
5bf45e3139
feat(vscode): better vscode support 2023-05-24 08:45:20 +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
João Paquim
06e4ba2fdb
style: Fix comments on autocmds and keymaps loading (#779) 2023-05-19 15:06:59 +02:00
Folke Lemaitre
6ebf3ab084
fix(icons): updated a dap icon 2023-05-08 18:56:18 +02:00
Folke Lemaitre
59f3b3e096
feat(plugins): automatically handle plugin repo renames 2023-04-23 11:20:02 +02:00
Folke Lemaitre
bc14e02a1f
feat: added extra for dap 2023-04-16 21:35:38 +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
Shashank Tomar
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list (#512) 2023-04-16 10:39:12 +02:00
Folke Lemaitre
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583 2023-04-16 07:53:42 +02: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
Amaan Qureshi
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd (#473) 2023-03-22 09:03:02 +01:00
Folke Lemaitre
501474e421
fix(config): compat with lazy.nvim 2023-03-17 22:29:07 +01: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
Folke Lemaitre
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd 2023-03-04 10:41:51 +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
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
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
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
Josh Medeski
a5755408dd
feat(icons): add copilot icon (#195) 2023-02-07 09:16:47 +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
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
Folke Lemaitre
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128 2023-01-25 08:19:44 +01:00