feat: initial commit

This commit is contained in:
Barrett Ruth 2024-06-17 17:56:51 -05:00
parent b440657495
commit e48a8f9c0c
10 changed files with 153 additions and 78 deletions

View file

@ -0,0 +1,3 @@
return {
setup = function() require('telescope').load_extension 'http' end,
}