master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit c52f6304d4 - Show all commits

View File

@@ -51,6 +51,12 @@ local plugins = {
require('setup/telescope') require('setup/telescope')
end end
}, },
{
'ahmedkhalf/project.nvim',
config = function()
require('setup/project')
end,
},
{ {
'eddyekofo94/gruvbox-flat.nvim', 'eddyekofo94/gruvbox-flat.nvim',
disable = false, disable = false,