We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6674c commit f2a0de6Copy full SHA for f2a0de6
1 file changed
lua/fittencode/integrations/filetype.lua
@@ -47,7 +47,6 @@ local function send_filetype(buffer)
47
if not check(buffer) then
48
return
49
end
50
- print(vim.inspect(lang))
51
lang = require('fittencode.integrations.filetype.extension').quick_match(lang)
52
if #lang == 0 then
53
0 commit comments