docs(mini-snippets): fix typo in the documentation (#5953)

typo `snippits`

## Description

Just a fix for the typo `snippits`

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
Lorenzo Bettini
2025-10-19 12:26:42 +02:00
committed by GitHub
parent 7bf8c22c56
commit d14b7733e7

View File

@@ -1,6 +1,6 @@
if lazyvim_docs then if lazyvim_docs then
-- Set to `false` to prevent "non-lsp snippets"" from appearing inside completion windows -- 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 vim.g.lazyvim_mini_snippets_in_completion = true
-- NOTE: Please also read: -- NOTE: Please also read: