feat(nvim): added chatgpt.lua
This commit is contained in:
		
							parent
							
								
									9f7daa21cc
								
							
						
					
					
						commit
						dbaeb81cd1
					
				| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
return {
 | 
			
		||||
  {
 | 
			
		||||
    "jackMort/ChatGPT.nvim",
 | 
			
		||||
    config = function()
 | 
			
		||||
      require("chatgpt").setup()
 | 
			
		||||
    end,
 | 
			
		||||
    dependencies = {
 | 
			
		||||
      "MunifTanjim/nui.nvim",
 | 
			
		||||
      "nvim-lua/plenary.nvim",
 | 
			
		||||
      "nvim-telescope/telescope.nvim"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
-- The line beneath this is called `modeline`. See `:help modeline`
 | 
			
		||||
-- vim: ts=2 sts=2 sw=2 et
 | 
			
		||||
		Loading…
	
		Reference in New Issue