diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-10 00:14:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-10 00:14:37 +0900 |
| commit | c5329fd51b146211821f217dce182afde6ec9451 (patch) | |
| tree | 474d84f8acd16e58d863bf776aa388a29dd5d225 | |
| parent | 813987fc5ef431fa4d16780e2bba3f01b3ea68b2 (diff) | |
| download | dotfiles-c5329fd51b146211821f217dce182afde6ec9451.tar.gz dotfiles-c5329fd51b146211821f217dce182afde6ec9451.tar.zst dotfiles-c5329fd51b146211821f217dce182afde6ec9451.zip | |
nvim/lazy: set up lazy loading of render-markdown.nvim
| -rw-r--r-- | .config/nvim/lua/vimrc/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/vimrc/plugins.lua b/.config/nvim/lua/vimrc/plugins.lua index 28095be..99eb5a4 100644 --- a/.config/nvim/lua/vimrc/plugins.lua +++ b/.config/nvim/lua/vimrc/plugins.lua @@ -387,8 +387,8 @@ return { -- Markdown { 'MeanderingProgrammer/render-markdown.nvim', - dependencies = { - 'nvim-treesitter/nvim-treesitter', + ft = { + 'markdown', }, opts = { heading = { |
