index
:
dotfiles
master
My linux config and rc files
sommerfeld <sommerfeld@sommerfeld.dev>
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
home
/
.config
/
nvim
/
filetype.lua
blob: b13afe00ce132051669ff618fbc9d5212f620085 (
plain
) (
blame
)
1
2
3
4
5
6
7
vim
.
filetype
.
add
({
extension
=
{
eml
=
"mail"
,
inc
=
"cpp"
,
def
=
"cpp"
,
},
})