diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-24 19:18:27 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-24 19:18:27 +0200 | 
| commit | 7e40488298536c5d3b33d1c2351c058329604404 (patch) | |
| tree | 49a41e3a070074c4f6cb625a95c4224c44807e08 /nvim/lua/plugins.lua | |
| parent | b340c27a32605a6f6298777f39a93655ba9fae3e (diff) | |
It's all comming together
Diffstat (limited to 'nvim/lua/plugins.lua')
| -rw-r--r-- | nvim/lua/plugins.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 6798980..f1c6367 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -60,7 +60,7 @@ require("lazy").setup({      },      lazy = false,    }, - +      -- Markdown    {      'OXY2DEV/markview.nvim', | 
