mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-04 00:26:42 -07:00
markdown improvements and lazy config changes
This commit is contained in:
parent
f1ca602f8d
commit
3ae37019b1
3 changed files with 15 additions and 13 deletions
|
@ -60,16 +60,5 @@ return {
|
|||
require("Comment").setup()
|
||||
end,
|
||||
},
|
||||
"SidOfc/mkdx",
|
||||
{
|
||||
"ellisonleao/glow.nvim",
|
||||
cmd = "Glow",
|
||||
config = function ()
|
||||
require('glow').setup({
|
||||
style = "dark",
|
||||
width = 120,
|
||||
install_path = "~/.nix-profile/bin/glow"
|
||||
})
|
||||
end
|
||||
}
|
||||
"SidOfc/mkdx"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue