Commit Graph

59 Commits (139b555bd0a53ac7a045676acf94ef181fb358dc)

Author SHA1 Message Date
Lorran David 139b555bd0 update theme 5 months ago
Lorran David 7c099a0d68 disable mini.starter 5 months ago
Lorran David 13347977be change theme to tokyonight, disable neo-tree on init 5 months ago
Lorran David 85cf14f8a3 add colorbuddy 6 months ago
Lorran David 26b8c223cf set theme to gruvbox 6 months ago
Lorran David 81c5388d73 disable copilot 6 months ago
Lorran David 96fc0c8d61 add trouble & remove canary branch for copilot chat 6 months ago
Lorran David b10c41292b set theme to catppuccin mocha 6 months ago
Lorran David 4e4499d522 disable copilot-cmp 6 months ago
Lorran David 1fa821d61c configure copilot chat 7 months ago
Lorran David 16494e5f05 copilot-cmp 7 months ago
Lorran David cbf745cb6f add copilot 7 months ago
Lorran David 4bce08bc22 add new plugins 7 months ago
Lorran David 387365e945 yank fix 7 months ago
Lorran David f890de8f1f mini files 7 months ago
Lorran David 4ae2687150 colorscheme rose-pine-moon 7 months ago
Lorran David ce225e2698 colorscheme rose-pine 7 months ago
Lorran David f2d6d6e0f7 show dotfiles neotree 7 months ago
Lorran David 922a96ee62 tokyonight colorscheme 7 months ago
Lorran David 52df341842 ts lsp 7 months ago
Lorran David c0e2ab88a4 disable hardtime 7 months ago
Lorran David 35a7567130 colorscheme vscode 7 months ago
Lorran David b1d4fcc5b4 colorscheme github 7 months ago
Lorran David 355637aec4 change theme to gruvbox 7 months ago
Lorran David b27941e7b1 set theme to catppuccin 7 months ago
Lorran David 49d7ac42dd set theme to melange 7 months ago
Lorran David 6fb2286d95 set theme to rosepine 7 months ago
Lorran David eeac1e6ef3 add spectre 7 months ago
Lorran David 2af4c9ce0a update theme to sonokai 7 months ago
Lorran David 2c32a10e76 update theme to gruvbox 7 months ago
Lorran David ff81bb2317 catppuccin & oil 7 months ago
lorran.thierry.david 9fbbb9acd5 Update catppuccin flavour & neo-tree position 7 months ago
lorran.thierry.david d8a5db3142 Disable hardtime & autopair 7 months ago
lorran.thierry.david d556cf6f0c Add neo tree 7 months ago
lorran.thierry.david a5458dfb8c add custom config to kickstarter 7 months ago
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 7 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
8 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>
9 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>
9 months ago
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 11 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>
1 year ago
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 1 year ago
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 1 year 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
1 year 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