We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5579688 commit 32ef1b9Copy full SHA for 32ef1b9
lua/blink/cmp/init.lua
@@ -12,7 +12,8 @@ m.setup = function(config)
12
max_height = 20,
13
relative = m.cmp_win,
14
wrap = true,
15
- filetype = 'typescript', -- todo: set dynamically
+ -- todo: should be able to use the markdown stuff now?
16
+ -- filetype = 'typescript', -- todo: set dynamically
17
padding = true,
18
})
19
m.lsp = require('blink.cmp.lsp')
0 commit comments