Commit graph

1935 commits

Author SHA1 Message Date
Folke Lemaitre
d565684ade
feat(lsp): automatically resolve denols/tsserver conflicts if both are configured 2023-04-23 11:01:46 +02:00
Albert Gu
3a718c5c85
feat(dap): Change DAP REPL binding from open to toggle (#663) 2023-04-22 23:06:55 +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
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
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
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
Folke Lemaitre
5264909b54
fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope 2023-04-20 08:29:22 +02: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
Folke Lemaitre
ac1051686b
feat(lsp): added support for setting global lsp client capabilities 2023-04-19 19:58:05 +02:00
Folke Lemaitre
1d2c97cbda
fix(treesitter): de-duplicate langs in endure_installed. Fixes #628 2023-04-19 16:45:02 +02:00
Folke Lemaitre
1caa27ba4a
fix(diagnostics): deepcopy diagnostic params. Fixes #621 2023-04-19 07:49:39 +02: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
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
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
Jonas Holst Damtoft
cfaf3b054e
feat(dap): add step out, rebind step over (#605) 2023-04-17 17:53:39 +02:00
Folke Lemaitre
a94f7afdeb
fix(telescope): typo 2023-04-17 08:49:38 +02: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
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
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
Folke Lemaitre
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583 2023-04-16 07:53:42 +02:00
Amaan Qureshi
078250a114
refactor(treesitter)!: rename help to vimdoc (#521) 2023-04-15 23:11:29 +02:00
Folke Lemaitre
79fe0455a0
feat(lualine): added lazy extension 2023-03-31 13:05:36 +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
59eb19835f
feat(treesitter): use Python indents as they've improved greatly (#490) 2023-03-25 09:42:57 +01: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
Amaan Qureshi
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd (#473) 2023-03-22 09:03:02 +01:00
Amaan Qureshi
ade4342c42
feat(treesitter): add luadoc (#469) 2023-03-21 07:27:13 +01:00
Folke Lemaitre
df5cbfdbec
feat(mason): compatibility with the new mason registry 2023-03-20 19:56:34 +01:00
Pedro Cattori
a7b25e13fa
fix(alpha): use AlphaFooter highlight for footer section (#461) 2023-03-19 07:58:51 +01:00
Folke Lemaitre
501474e421
fix(config): compat with lazy.nvim 2023-03-17 22:29:07 +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