Commit Graph

78 Commits

Author SHA1 Message Date
Yaser Alraddadi e3fd03ecbd
update 2025-02-16 23:25:53 +03:00
Yaser Alraddadi 88adad6be6
Merge pull request #7 from nvim-lua/master
update
2025-02-16 23:21:10 +03:00
Yaser Alraddadi 4ec26791f2
update 2025-02-16 22:48:08 +03:00
Yaser Alraddadi 9fcc44f9ae
update 2025-02-16 22:15:35 +03:00
Yaser Alraddadi d72741b7fe
update 2025-02-16 22:05:14 +03:00
Yaser Alraddadi 451549cb45
update 2025-02-16 21:57:58 +03:00
Yaser Alraddadi 21dec419b0 update 2025-02-16 17:39:32 +03:00
Yaser Alraddadi b7ce68ddde update 2025-02-16 15:48:23 +03:00
Yaser Alraddadi bd3378acb5 update 2025-02-16 15:37:09 +03:00
Erlan Rangel 94f551b803
fix (#1319): gitsigns deprecated functions (#1321)
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
2025-02-15 00:48:37 -05:00
Yaser Alraddadi 8f3b85b519
update 2025-02-14 00:39:46 +03:00
Yaser Alraddadi 1be8014415
update 2025-02-05 18:57:54 +03:00
Yaser Alraddadi 26862aa14b
Merge pull request #5 from nvim-lua/master
pull
2024-12-25 11:03:38 +03:00
Yaser Alraddadi dbfd7bfb7d
update 2024-12-19 02:53:45 +03:00
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05:00
Yaser Alraddadi ee9084ac91 update 2024-12-09 13:34:41 +03:00
Yaser Alraddadi ab49f55b24 update 2024-12-09 12:17:49 +03:00
Anjishnu Banerjee 9dfb1b230f
Fix nvim-dap not lazy loading (#1216)
* Fix nvim-dap not lazy loading

The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function

* Make debug keybind descriptions more consistent
2024-11-20 08:40:51 -05:00
Yaser Alraddadi 53533676a9
update 2024-11-04 23:38:58 +03:00
Yaser Alraddadi 1e68ad378c Merge branch 'master' of github.com:gam-phon/kickstart.nvim 2024-11-04 11:17:56 +03:00
Yaser Alraddadi fd26e95ae9 update 2024-11-04 11:16:34 +03:00
Yaser Alraddadi bd06ae54ae
Merge branch 'master' of github.com:gam-phon/kickstart.nvim 2024-11-01 18:56:59 +03:00
Yaser Alraddadi bda8e48b35
update
Signed-off-by: Yaser Alraddadi <gam.phon@gmail.com>
2024-11-01 18:56:45 +03:00
Yaser Alraddadi 8c8584b01f update 2024-11-01 07:36:13 +03:00
Yaser Alraddadi 9f15f88211
update 2024-11-01 02:30:36 +03:00
gloomy-lemon-debatable be678aa341
Set breakpoint icons and their highlight colors (#1194)
* feat: Set breakpoint icons and their highlight colors

* docs: Delete reference URL (written in PR)
feat: "Break" and "Stop" arguments of vim.api.nvim_set_hl are changed because they are too common nouns
feat: Comment out changes regarding diagnostic symbols so that only those who want to change them can do so

---------

Co-authored-by: name <email>
2024-10-30 13:01:42 -04:00
Éric NICOLAS 5ed1bc38dc
Disable linting autocmd for readonly buffers (#1202)
* Disable linting autocmd for readonly buffers

This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

* Justify guarding try_lint in readonly buffers

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

---------

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
2024-10-30 11:41:46 -04:00
Yaser Alraddadi e7232e8320 update 2024-10-30 16:08:02 +03:00
Yaser Alraddadi 7656d55df3 update 2024-10-30 15:59:39 +03:00
Yaser Alraddadi b539720f57 update 2024-10-30 15:27:00 +03:00
Yaser Alraddadi 0363855037
update 2024-10-30 03:06:21 +03:00
Yaser Alraddadi 88369e7cd1
update 2024-10-15 07:23:16 +03:00
Yaser Alraddadi 38e7c2edd7
update 2024-10-15 07:06:58 +03:00
Yaser Alraddadi d617040abe
update 2024-10-15 06:56:01 +03:00
Yaser Alraddadi 97de617495
update 2024-10-15 06:27:40 +03:00
Yaser Alraddadi 9cb35cec2e
update 2024-10-15 06:22:21 +03:00
Yaser Alraddadi 885799dcd7
update 2024-10-15 05:53:53 +03:00
Yaser Alraddadi 86aa580d9b
update 2024-10-15 04:58:18 +03:00
Yaser Alraddadi 9e9ec4ff6e
update 2024-10-15 04:46:12 +03:00
Yaser Alraddadi fcf9714916
update 2024-10-15 03:42:57 +03:00
Yaser Alraddadi 3af120d431 update 2024-10-15 01:59:58 +03:00
Yaser Alraddadi 8d1a40abc9 update 2024-10-02 12:20:50 +03:00
Yaser Alraddadi 384728a5a8 update 2024-10-02 12:08:07 +03:00
Yaser Alraddadi 647eda7414
Merge pull request #2 from nvim-lua/master
update
2024-08-31 23:03:12 +03:00
Yaser Alraddadi fdf95f3674
update 2024-08-31 23:01:32 +03:00
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Yaser Alraddadi 2adf31410a
update 2024-08-19 02:18:18 +03:00
Yaser Alraddadi d5d4de26c4
update 2024-08-19 02:08:22 +03:00
Yaser Alraddadi 0862adc22e update 2024-08-19 02:00:42 +03:00
Vladislav Grechannik 7513ec8a7d
Neovim 0.10 updates (#936)
* Neovim 0.10 updates

Provide the buffer for which to enable inlay hints

Co-authored-by: Matt Mirus <matt@mattmirus.com>

* refactor: replace vim.loop with vim.uv

* Upgrade folke/neodev (sunsetting) to folke/lazydev

* Update checkhealth for 0.10 release

---------

Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
2024-07-21 20:35:07 -04:00