1
0
Fork 0
mirror of synced 2024-06-01 06:51:09 -04:00

my config change

This commit is contained in:
satya 2024-01-06 13:00:06 +05:30
parent be7fe39530
commit db49ffd981

View file

@ -1,3 +1,5 @@
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")