diff options
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', | 
