Commit Graph

60 Commits

Author SHA1 Message Date
Lorran David a8c8647cf8 set theme to gruvbox 2025-04-01 21:56:24 -03:00
Lorran David 139b555bd0 update theme 2025-03-04 21:24:24 -03:00
Lorran David 7c099a0d68 disable mini.starter 2025-02-05 03:02:54 -03:00
Lorran David 13347977be change theme to tokyonight, disable neo-tree on init 2025-02-05 02:43:19 -03:00
Lorran David 85cf14f8a3 add colorbuddy 2025-01-25 15:16:13 -03:00
Lorran David 26b8c223cf set theme to gruvbox 2025-01-25 15:04:06 -03:00
Lorran David 81c5388d73 disable copilot 2025-01-25 13:46:28 -03:00
Lorran David 96fc0c8d61 add trouble & remove canary branch for copilot chat 2025-01-19 16:46:18 -03:00
Lorran David b10c41292b set theme to catppuccin mocha 2025-01-17 23:27:34 -03:00
Lorran David 4e4499d522 disable copilot-cmp 2025-01-08 11:46:03 -03:00
Lorran David 1fa821d61c configure copilot chat 2025-01-05 00:41:38 -03:00
Lorran David 16494e5f05 copilot-cmp 2025-01-05 00:09:18 -03:00
Lorran David cbf745cb6f add copilot 2025-01-04 20:21:57 -03:00
Lorran David 4bce08bc22 add new plugins 2025-01-04 18:16:13 -03:00
Lorran David 387365e945 yank fix 2025-01-04 18:16:13 -03:00
Lorran David f890de8f1f mini files 2025-01-04 18:16:13 -03:00
Lorran David 4ae2687150 colorscheme rose-pine-moon 2025-01-04 18:16:13 -03:00
Lorran David ce225e2698 colorscheme rose-pine 2025-01-04 18:16:13 -03:00
Lorran David f2d6d6e0f7 show dotfiles neotree 2025-01-04 18:16:13 -03:00
Lorran David 922a96ee62 tokyonight colorscheme 2025-01-04 18:16:13 -03:00
Lorran David 52df341842 ts lsp 2025-01-04 18:16:13 -03:00
Lorran David c0e2ab88a4 disable hardtime 2025-01-04 18:16:13 -03:00
Lorran David 35a7567130 colorscheme vscode 2025-01-04 18:16:13 -03:00
Lorran David b1d4fcc5b4 colorscheme github 2025-01-04 18:16:13 -03:00
Lorran David 355637aec4 change theme to gruvbox 2025-01-04 18:16:13 -03:00
Lorran David b27941e7b1 set theme to catppuccin 2025-01-04 18:16:13 -03:00
Lorran David 49d7ac42dd set theme to melange 2025-01-04 18:16:13 -03:00
Lorran David 6fb2286d95 set theme to rosepine 2025-01-04 18:16:13 -03:00
Lorran David eeac1e6ef3 add spectre 2025-01-04 18:16:13 -03:00
Lorran David 2af4c9ce0a update theme to sonokai 2025-01-04 18:16:13 -03:00
Lorran David 2c32a10e76 update theme to gruvbox 2025-01-04 18:16:13 -03:00
Lorran David ff81bb2317 catppuccin & oil 2025-01-04 18:16:13 -03:00
lorran.thierry.david 9fbbb9acd5 Update catppuccin flavour & neo-tree position 2025-01-04 18:16:13 -03:00
lorran.thierry.david d8a5db3142 Disable hardtime & autopair 2025-01-04 18:16:13 -03:00
lorran.thierry.david d556cf6f0c Add neo tree 2025-01-04 18:16:13 -03:00
lorran.thierry.david a5458dfb8c add custom config to kickstarter 2025-01-04 18:16:09 -03:00
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05: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
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
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04: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
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
Damjan 9000 202910d3fa
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
2024-07-21 16:22:10 -04:00
Per Malmberg 5aeddfdd5d
Automatically set detached state as needed. (#925)
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
2024-05-10 13:43:22 -04:00
Smig b9bd02d55b
fix: debug.lua (#918) 2024-05-08 10:55:49 -04:00
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 2024-04-17 21:00:39 -04:00
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
2024-04-17 15:25:54 -04:00
José Miguel Sarasola 773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
2024-03-18 17:38:14 -04:00