index
:
emorgan/dotfiles.git
master
Personal dotfiles and shit
Ethan Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
ftdetect
/
astro.lua
blob: af28385233855df5e34ae04b060729cadebc9aa0 (
plain
)
1
2
3
4
5
vim
.
filetype
.
add
({
extension
=
{
astro
=
"astro"
}
})