Skip to content

Commit 32ef1b9

Browse files
committed
fix: avoid setting filetype for preview for now
1 parent 5579688 commit 32ef1b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/blink/cmp/init.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ m.setup = function(config)
1212
max_height = 20,
1313
relative = m.cmp_win,
1414
wrap = true,
15-
filetype = 'typescript', -- todo: set dynamically
15+
-- todo: should be able to use the markdown stuff now?
16+
-- filetype = 'typescript', -- todo: set dynamically
1617
padding = true,
1718
})
1819
m.lsp = require('blink.cmp.lsp')

0 commit comments

Comments
 (0)