修复markdown

This commit is contained in:
QQ 2023-01-28 16:23:14 +08:00
parent f0a0cce850
commit cb2cef849b
2 changed files with 3 additions and 26 deletions

View File

@ -4,20 +4,20 @@
## 文件结构
---
```
.
├── coc-settings.json
├── init.lua
├── lua
│   ├── core
│   │   ├── G.lua
│   │   ├── keymap.lua
│   │   ├── options.lua
│   │   └── plug.lua
│   ├── Filetype
│   │   ├── c.lua
│   │   └── markdown.lua
│   ├── G.lua
│   └── Plugin
│   ├── coc.lua
│   ├── Imchange.lua
│   └── lualine.lua
└── README.md
```
@ -60,26 +60,3 @@ select the closest text object.
## Markdow-preview
下载后需要到插件目录下使用`npm install`或者`yarn install`

View File

@ -1,6 +1,6 @@
local G = require("G")
G.cmd("au VimEnter * :MarkdownPreview")
G.cmd("au VimEnter * :MarkdownPreviewToggle")
--set to 1, nvim will open the preview window after entering the markdown buffer
--default: 0