This commit is contained in:
jorgenwh 2024-07-06 15:36:44 +02:00
parent 2fab75fd28
commit fd7228b0cc
7 changed files with 114 additions and 69 deletions

8
lua/plugins/aichat.lua Normal file
View file

@ -0,0 +1,8 @@
return {
-- 'jorgenwh/aichat.nvim',
dir = '/home/jorgen/src/aichat.nvim',
dependencies = {
{'MunifTanjim/nui.nvim'},
},
}