fix: markdown
This commit is contained in:
parent
0f27f15870
commit
b69abab3b2
@ -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}
|
||||
|
@ -18,3 +18,4 @@ vim.g.deprecation_warnings = true
|
||||
-- filetype
|
||||
--
|
||||
vim.g.markdown_folding = 1
|
||||
vim.g.mkdp_refresh_slow = 1
|
||||
|
Loading…
Reference in New Issue
Block a user