add tables borders, add README vim config

This commit is contained in:
arnaucube
2019-05-20 23:51:36 +02:00
parent 1eec2da173
commit f4a55d1f1e
3 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,12 @@ Put the binary file `md-live-server` in your `$PATH`, and then go to the directo
```
And then go to the browser at `http://127.0.0.1:8080`
**Warning for vim / nvim users**: vim by default selects the writting strategy, and sometimes writes directly to the files and other times renames the old file and writes a new one. This is solved by adding this line to the `.vimrc` / `init.vim` file:
```
set backupcopy=yes
```
## Features
- [x] server rendering .md files
- [x] live reload when .md file changes