perf(blink): only enable lazydev in lua files

This commit is contained in:
Folke Lemaitre 2025-09-16 08:34:20 +02:00
parent 011a35ccb8
commit 4961b3d4d4
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -51,6 +51,7 @@ return {
-- adjusts spacing to ensure icons are aligned
nerd_font_variant = "mono",
},
completion = {
accept = {
-- experimental auto-brackets support
@ -185,8 +186,9 @@ return {
"saghen/blink.cmp",
opts = {
sources = {
-- add lazydev to your completion providers
default = { "lazydev" },
per_filetype = {
lua = { inherit_defaults = true, "lazydev" },
},
providers = {
lazydev = {
name = "LazyDev",