feat(maple): add maple notes
This commit is contained in:
		
							
								
								
									
										12
									
								
								nvim/lua/olinpin/plugins/maple.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								nvim/lua/olinpin/plugins/maple.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| return { | ||||
| 	"forest-nvim/maple.nvim", | ||||
| 	config = function() | ||||
| 		require("maple").setup({ | ||||
| 			keymaps = { | ||||
| 				toggle = "<leader>m", | ||||
| 				close = "q", | ||||
| 				switch_mode = "m", | ||||
| 			} | ||||
| 		}) | ||||
| 	end, | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Oliver
					Oliver