SoloVim/ftdetect/http.lua

6 lines
58 B
Lua

vim.filetype.add({
extension = {
http = "http",
},
})