diff --git a/dot_vimrc b/dot_vimrc index 52d3791..e41bd5d 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -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