Add podman quadlet detection to vimrc
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
" -> Spell checking
|
||||
" -> Misc
|
||||
" -> Helper functions
|
||||
" -> void custom
|
||||
"
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
@@ -381,3 +382,11 @@ function! VisualSelection(direction, extra_filter) range
|
||||
let @/ = l:pattern
|
||||
let @" = l:saved_reg
|
||||
endfunction
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => void custom
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
if has("autocmd")
|
||||
autocmd BufNewFile,BufRead *.container,*.volume,*.network,*.build,*.pod,*.kube set filetype=systemd
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user