mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:04:59 +01:00
Remove mkdownflow plugin from neovim - it seems broken
This commit is contained in:
parent
3e66d06f38
commit
38bba596c6
|
@ -172,12 +172,12 @@ require("packer").startup(function()
|
|||
}
|
||||
|
||||
-- Markdown Stuff
|
||||
use({ 'jakewvincent/mkdnflow.nvim',
|
||||
rocks = 'luautf8', -- Ensures optional luautf8 dependency is installed
|
||||
config = function()
|
||||
require('mkdnflow').setup({})
|
||||
end
|
||||
})
|
||||
-- use({ 'jakewvincent/mkdnflow.nvim',
|
||||
-- rocks = 'luautf8', -- Ensures optional luautf8 dependency is installed
|
||||
-- config = function()
|
||||
-- require('mkdnflow').setup({})
|
||||
-- end
|
||||
-- })
|
||||
|
||||
-- Marks
|
||||
use("chentoast/marks.nvim")
|
||||
|
|
Loading…
Reference in a new issue