Commit Graph

58 Commits (7c099a0d68e1bfa6310e41cc2db5d62d56233167)

Author SHA1 Message Date
Lorran David 7c099a0d68 disable mini.starter 3 months ago
Lorran David 13347977be change theme to tokyonight, disable neo-tree on init 3 months ago
Lorran David 85cf14f8a3 add colorbuddy 4 months ago
Lorran David 26b8c223cf set theme to gruvbox 4 months ago
Lorran David 81c5388d73 disable copilot 4 months ago
Lorran David 96fc0c8d61 add trouble & remove canary branch for copilot chat 4 months ago
Lorran David b10c41292b set theme to catppuccin mocha 4 months ago
Lorran David 4e4499d522 disable copilot-cmp 4 months ago
Lorran David 1fa821d61c configure copilot chat 4 months ago
Lorran David 16494e5f05 copilot-cmp 4 months ago
Lorran David cbf745cb6f add copilot 4 months ago
Lorran David 4bce08bc22 add new plugins 4 months ago
Lorran David 387365e945 yank fix 4 months ago
Lorran David f890de8f1f mini files 4 months ago
Lorran David 4ae2687150 colorscheme rose-pine-moon 4 months ago
Lorran David ce225e2698 colorscheme rose-pine 4 months ago
Lorran David f2d6d6e0f7 show dotfiles neotree 4 months ago
Lorran David 922a96ee62 tokyonight colorscheme 4 months ago
Lorran David 52df341842 ts lsp 4 months ago
Lorran David c0e2ab88a4 disable hardtime 4 months ago
Lorran David 35a7567130 colorscheme vscode 4 months ago
Lorran David b1d4fcc5b4 colorscheme github 4 months ago
Lorran David 355637aec4 change theme to gruvbox 4 months ago
Lorran David b27941e7b1 set theme to catppuccin 4 months ago
Lorran David 49d7ac42dd set theme to melange 4 months ago
Lorran David 6fb2286d95 set theme to rosepine 4 months ago
Lorran David eeac1e6ef3 add spectre 4 months ago
Lorran David 2af4c9ce0a update theme to sonokai 4 months ago
Lorran David 2c32a10e76 update theme to gruvbox 4 months ago
Lorran David ff81bb2317 catppuccin & oil 4 months ago
lorran.thierry.david 9fbbb9acd5 Update catppuccin flavour & neo-tree position 4 months ago
lorran.thierry.david d8a5db3142 Disable hardtime & autopair 4 months ago
lorran.thierry.david d556cf6f0c Add neo tree 4 months ago
lorran.thierry.david a5458dfb8c add custom config to kickstarter 4 months ago
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 5 months ago
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
6 months ago
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>
7 months ago
É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>
7 months ago
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 9 months ago
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>
10 months ago
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 10 months ago
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 10 months ago
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
10 months ago
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.
1 year ago
Smig b9bd02d55b
fix: debug.lua (#918) 1 year ago
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 1 year ago
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
1 year ago
José Miguel Sarasola 773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
1 year ago
Fredrik Averpil 8e24ca32e3
feat: add linter plugin (#699) 1 year ago
Damjan 9000 c9122e89e3
fix: checkhealth reported nvim version (#685) 1 year ago