mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:45:00 +01:00
parent
e4d3a8399f
commit
8585be1299
|
@ -164,6 +164,13 @@ require("packer").startup(function()
|
|||
end,
|
||||
}
|
||||
|
||||
-- See hex colors
|
||||
use {
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
config = function ()
|
||||
require'colorizer'.setup()
|
||||
end
|
||||
}
|
||||
|
||||
-- Markdown Stuff
|
||||
use({ 'jakewvincent/mkdnflow.nvim',
|
||||
|
|
Loading…
Reference in a new issue