mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:38:41 +00:00 
			
		
		
		
	Remove mkdownflow plugin from neovim - it seems broken
(cherry picked from commit 38bba596c6)
			
			
This commit is contained in:
		
							parent
							
								
									e96536c23e
								
							
						
					
					
						commit
						33d2fa7d02
					
				| 
						 | 
				
			
			@ -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