diff --git a/README.md b/README.md index c29e7f3..176e43f 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ Some of the shortcuts I use frequently are listed here. In the following shortcu | `gc` | Normal | Linux/macOS/Win | Run git commit | | `gpl` | Normal | Linux/macOS/Win | Run git pull | | `gpu` | Normal | Linux/macOS/Win | Run git push | -| `gl` | Normal/Visual | Linux/macOS/Win | Get perm link for current/visually-select lines -| `gb` | Normal | macOS | Browse current git repo in browser +| `gl` | Normal/Visual | Linux/macOS/Win | Get perm link for current/visually-select lines | +| `gb` | Normal | macOS | Browse current git repo in browser | | `` | Normal | Linux/macOS/Win | Compile&run current source file (for C++, LaTeX, Lua, Python) | | `` | Normal | Linux/macOS/Win | Toggle spell checking | | `` | Normal | Linux/macOS/Win | Toggle paste mode | diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index f18dda4..68d07d4 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -122,9 +122,10 @@ local plugin_specs = { }, }, { - "lukas-reineke/headlines.nvim", - dependencies = "nvim-treesitter/nvim-treesitter", - config = true, -- or `opts = {}` + 'MeanderingProgrammer/markdown.nvim', + main = "render-markdown", + opts = {}, + dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, }, -- A list of colorscheme plugin you may want to try. Find what suits you. { "navarasu/onedark.nvim", lazy = true },