mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update mini-snippets.lua
typo `snippits`
This commit is contained in:
parent
ec5981dfb1
commit
e7c7d9eaa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue