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