mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-05-07 03:53:41 +05:30
8bdf7a5626
target, path files
7 lines
309 B
VimL
7 lines
309 B
VimL
au BufRead,BufNewFile *.service set filetype=systemd
|
|
au BufRead,BufNewFile *.socket set filetype=systemd
|
|
au BufRead,BufNewFile *.timer set filetype=systemd
|
|
au BufRead,BufNewFile *.mount set filetype=systemd
|
|
au BufRead,BufNewFile *.target set filetype=systemd
|
|
au BufRead,BufNewFile *.path set filetype=systemd
|