tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
nvim_rocks
/
after
/
ftdetect
/
http.lua
at
main
5 lines
70 B
view raw
wrap content
Seongmin Lee
feat(ftdetect): add `rest` filetype alias of `http`
1y ago
a3bab086
1
vim.filetype
.
add
(
{
2
extension
=
{
3
rest
=
"
http
"
,
4
}
,
5
}
)