fix: markdown

This commit is contained in:
Michel 2024-06-20 18:44:47 +02:00
parent 0f27f15870
commit b69abab3b2
2 changed files with 5 additions and 4 deletions

View File

@ -61,10 +61,10 @@ After upgrading python version with `asdf`,
you may need to execute the following commands:
```sh
# Update symbolic links
# Update symbolic links
python -m venv --upgrade "$VIRTUAL_ENV"
# Install PyNvim
# Install PyNvim
python -m pip install --upgrade pynvim
pip list --format=columns
```
@ -85,10 +85,10 @@ And in neovim, check the output of `:LazyHealth`.
## Make a backup of your current Neovim files
```sh
# required
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

View File

@ -18,3 +18,4 @@ vim.g.deprecation_warnings = true
-- filetype
--
vim.g.markdown_folding = 1
vim.g.mkdp_refresh_slow = 1