Update mini-snippets.lua

typo `snippits`
This commit is contained in:
Lorenzo Bettini 2025-04-15 16:21:29 +02:00 committed by GitHub
parent ec5981dfb1
commit e7c7d9eaa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
if lazyvim_docs then
-- Set to `false` to prevent "non-lsp snippets"" from appearing inside completion windows
-- Motivation: Less clutter in completion windows and a more direct usage of snippits
-- Motivation: Less clutter in completion windows and a more direct usage of snippets
vim.g.lazyvim_mini_snippets_in_completion = true
-- NOTE: Please also read: