Commit graph

18 commits

Author SHA1 Message Date
Folke Lemaitre
0cb8974221
fix(lsp): gT => gy. keymap for goto type definition. Fixes #554 2023-04-16 22:35:14 +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
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
Folke Lemaitre
a28885be3f
fix(lsp): allow silent=false for lsp keymaps. Fixes #414 2023-03-12 09:10:45 +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
cb384ad69f
fix(lsp): remove debug 2023-02-09 14:47:55 +01:00
Folke Lemaitre
d61e4bd553
fix(lsp): dont use expr=true for lsp rename. Fixes #220 2023-02-09 14:35:48 +01:00
Folke Lemaitre
7595bfaa3b
fix(lsp): ]w and [w now work as expected. Fixes #109 2023-01-23 19:21:14 +01:00
Folke Lemaitre
47ba46f184
feat(lsp): make it easier to customize LSP keymaps. Fixes #93 2023-01-22 11:56:46 +01: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
Folke Lemaitre
254d3a0921
refactor(telescope)!: moved search diagnostics to <leader>sd 2023-01-17 14:20:58 +01:00
Phúc Lê Khắc
cbd534242c
fix(lsp): ']d' & '[d' was reversed (#58) 2023-01-14 18:29:57 +01:00
Folke Lemaitre
b17ede1ae2
feat(lsp): added <c-k> for signature help in insert mode 2023-01-13 23:03:08 +01:00
Folke Lemaitre
26a3d8c1f3
refactor(lsp): move typescript keymaps to typescript 2023-01-08 21:07:42 +01:00
Folke Lemaitre
92c22d7932
feat(lps)!: move signature help from <-k> to gK 2023-01-07 00:13:38 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/plugins/lsp/keymaps.lua (Browse further)