blob: 9617fd822a6c3bbb6725cb606a8f7312854b7ebc (
plain)
1
2
3
4
5
6
7
8
9
10
|
local neosolarized = require ("plugins/neosolarized")
local telescope = require ("plugins/telescope")
return {
neosolarized,
telescope,
{
"christoomey/vim-tmux-navigator",
}
}
|