first commit
This commit is contained in:
		
						commit
						15e643aa8e
					
				
					 41 changed files with 1623 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								lua/plugins/nvim-dap-python.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								lua/plugins/nvim-dap-python.lua
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| return { | ||||
|   -- https://github.com/mfussenegger/nvim-dap-python | ||||
|   'mfussenegger/nvim-dap-python', | ||||
|   ft = 'python', | ||||
|   dependencies = { | ||||
|     -- https://github.com/mfussenegger/nvim-dap | ||||
|     'mfussenegger/nvim-dap', | ||||
|   }, | ||||
|   config = function () | ||||
|     -- Update the path passed to setup to point to your system or virtual env python binary | ||||
|     require('dap-python').setup('/usr/bin/python3') | ||||
|   end | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway