diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index d842bf3..771a0e6 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -144,17 +144,17 @@ neogit.setup { integrations = { -- If enabled, use telescope for menu selection rather than vim.ui.select. -- Allows multi-select and some things that vim.ui.select doesn't. - telescope = nil, + telescope = true, -- Neogit only provides inline diffs. If you want a more traditional way to look at diffs, you can use `diffview`. -- The diffview integration enables the diff popup. -- -- Requires you to have `sindrets/diffview.nvim` installed. - diffview = nil, + diffview = true, -- If enabled, uses fzf-lua for menu selection. If the telescope integration -- is also selected then telescope is used instead -- Requires you to have `ibhagwan/fzf-lua` installed. - fzf_lua = nil, + fzf_lua = true, }, sections = { -- Reverting/Cherry Picking