diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-11-06 06:32:07 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-11-06 06:32:20 +0800 |
commit | 44256dad17c266150a5fbfa5e525496b12bc923b (patch) | |
tree | b60cb1c2f0b041578b809817dea1229da13ac3a8 /nvim.lua | |
parent | 73e7f0979390ec2ac4fac77b0cf4849c9d4b3fdf (diff) |
Update
Diffstat (limited to 'nvim.lua')
-rw-r--r-- | nvim.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -248,6 +248,13 @@ require('lazy').setup({ | |||
248 | -- | 248 | -- |
249 | -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins | 249 | -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins |
250 | -- { import = 'custom.plugins' }, | 250 | -- { import = 'custom.plugins' }, |
251 | -- install without yarn or npm | ||
252 | { | ||
253 | "iamcco/markdown-preview.nvim", | ||
254 | cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" }, | ||
255 | ft = { "markdown" }, | ||
256 | build = function() vim.fn["mkdp#util#install"]() end, | ||
257 | }, | ||
251 | }, {}) | 258 | }, {}) |
252 | 259 | ||
253 | -- [[ Setting options ]] | 260 | -- [[ Setting options ]] |