Skip to content

Commit 550a68f

Browse files
show hidden files by default
1 parent eeaa456 commit 550a68f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/plugins/blink-cmp-plugin.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ return {
2121

2222
providers = {
2323
-- dont show LuaLS require statements when lazydev has items
24+
path = {
25+
opts = {
26+
show_hidden_files_by_default = true,
27+
},
28+
},
2429
lsp = {
2530
fallbacks = { "path", "buffer", "snippets" },
2631
},

0 commit comments

Comments
 (0)