fix: add back filetypedetect on edit (#283)
* add back filetypedetect on edit * chore(): apply feedback
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user