1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

Upadate README.md

This commit is contained in:
PratyayPande 2020-07-31 18:27:51 +05:30
parent cc67571c5c
commit b10b0908c3

View File

@ -348,7 +348,7 @@ To run code directly from vim, press `F5`. The currently open code will execute
Can be used to execute code written in C, C++, Java, Python, Go, Octave, Bash scripts and HTML. To edit how you want your code to be executed, make changes in the file
```
~/vim_runtime/vimrcs/run_code.vim
~/vim_runtime/vimrcs/extended.vim
```
### Cope