mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
feat: re-run filetype detection after attach
This commit is contained in:
parent
373b155864
commit
f2121df6dc
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ local function attach(name, buffer, content, nowait)
|
||||||
controller:callback(function (_controller) async:send() end)
|
controller:callback(function (_controller) async:send() end)
|
||||||
vim.defer_fn(function() async:send() end, 500) -- force a try_recv after 500ms
|
vim.defer_fn(function() async:send() end, 500) -- force a try_recv after 500ms
|
||||||
|
|
||||||
|
vim.filetype.match({ buf = buffer })
|
||||||
print(" ++ attached to buffer " .. name)
|
print(" ++ attached to buffer " .. name)
|
||||||
return controller
|
return controller
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue