Add telescope integration for neogit
This commit is contained in:
parent
c1dbb3f7b3
commit
9050f8a6f2
|
@ -22,7 +22,7 @@ return {
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require('tokyonight').setup {
|
require('tokyonight').setup {
|
||||||
style = 'moon',
|
style = 'night',
|
||||||
}
|
}
|
||||||
vim.cmd [[colorscheme tokyonight]]
|
vim.cmd [[colorscheme tokyonight]]
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -13,7 +13,10 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
require('neogit').setup {
|
require('neogit').setup {
|
||||||
kind = 'split',
|
kind = 'split',
|
||||||
integrations = { diffview = true },
|
integrations = {
|
||||||
|
diffview = true,
|
||||||
|
telescope = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue