Compare commits

..

3 Commits

Author SHA1 Message Date
Liam Dyer
ea38ed95e1
Merge 289f174fb71a495adfad7f3a604c120fec4962a4 into e947649cb0ee5ac3c75593288df04d4f58359106 2025-03-29 05:40:29 +00:00
Liam Dyer
289f174fb7
fixup! feat: switch nvim-cmp for blink.cmp 2025-03-29 01:40:19 -04:00
Liam Dyer
c7deaa7604
feat: switch nvim-cmp for blink.cmp 2025-03-28 16:25:52 -04:00

View File

@ -844,12 +844,6 @@ require('lazy').setup({
nerd_font_variant = 'mono',
},
completion = {
-- By default, you may press `<c-space>` to show the documentation.
-- Optionally, set `auto_show = true` to show the documentation after a delay.
documentation = { auto_show = false, auto_show_delay_ms = 500 },
},
sources = {
default = { 'lsp', 'path', 'snippets', 'lazydev' },
providers = {