X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3a77b76ef82617ac21adcbf40b836afc68453903..112f53f5ac23e0fb973fd25527ba3e89ca40f59f:/vim/filetype.vim?ds=inline 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