neovim: enable markdown module
This commit is contained in:
		
							parent
							
								
									7174cbcd3d
								
							
						
					
					
						commit
						928db722b4
					
				
					 2 changed files with 1 additions and 4 deletions
				
			
		|  | @ -8,6 +8,7 @@ | |||
|     ./ts.nix | ||||
|     ./go.nix | ||||
|     ./lua.nix | ||||
|     ./markdown.nix | ||||
|   ]; | ||||
| 
 | ||||
|   vim.languages = { | ||||
|  |  | |||
|  | @ -2,15 +2,11 @@ | |||
|   vim = { | ||||
|     languages.markdown = { | ||||
|       enable = true; | ||||
|       format = true; | ||||
|       extensions = { | ||||
|         render-markdown-nvim = { | ||||
|           enable = true; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|     utility = { | ||||
|       preview.markdownPreview = {enable = false;}; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue