mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 07:58:41 +00: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
 | 
					    -- Markdown Stuff
 | 
				
			||||||
    use({ 'jakewvincent/mkdnflow.nvim',
 | 
					    -- use({ 'jakewvincent/mkdnflow.nvim',
 | 
				
			||||||
        rocks = 'luautf8', -- Ensures optional luautf8 dependency is installed
 | 
					    --     rocks = 'luautf8', -- Ensures optional luautf8 dependency is installed
 | 
				
			||||||
        config = function()
 | 
					    --     config = function()
 | 
				
			||||||
            require('mkdnflow').setup({})
 | 
					    --         require('mkdnflow').setup({})
 | 
				
			||||||
        end
 | 
					    --     end
 | 
				
			||||||
    })
 | 
					    -- })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -- Marks
 | 
					    -- Marks
 | 
				
			||||||
    use("chentoast/marks.nvim")
 | 
					    use("chentoast/marks.nvim")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue