修复markdown
This commit is contained in:
parent
f0a0cce850
commit
cb2cef849b
27
README.md
27
README.md
@ -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`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user