fix: add back filetypedetect on edit (#283)

* add back filetypedetect on edit

* chore(): apply feedback
This commit is contained in:
Mike Hartington
2020-12-03 00:37:07 -05:00
committed by GitHub
parent f2b483edc5
commit 424b98df15

View File

@@ -122,6 +122,7 @@ function actions._goto_file_selection(prompt_bufnr, command)
end
end
end
vim.api.nvim_command("doautocmd filetypedetect BufRead " .. vim.fn.fnameescape(filename))
end
end