mirror of
1
0
Fork 0
ultimate-vim/my_configs.vim

6 lines
190 B
VimL

colorscheme dracula
set relativenumber
autocmd BufNewFile *.cpp 0r ~/.vim/templates/skeleton.cpp
autocmd bufnewfile *.cpp exe "1," . 10 . "g/Date :-.*/s//Date :- " .strftime("%d-%m-%Y")