X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a3598d3df06070dde3123694133842679aee6b09..ff7f09c95e3c6d3b9d13e67cbbc13a4e7a70c661:/vim/filetype.vim diff --git a/vim/filetype.vim b/vim/filetype.vim index ae4e2a5..cdf7eff 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -21,3 +21,7 @@ augroup END augroup h_is_cpp autocmd! BufNewFile,BufRead *.h setfiletype cpp augroup END + +augroup systemd + autocmd! BufNewFile,BufRead *.nspawn setfiletype systemd +augroup END