Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit ba22082

Browse files
git: remove noice experiments no longer needed
1 parent ed2803f commit ba22082

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/git.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local octo_leader = "<leader>gh"
2-
local utils = require "astronvim.utils"
32

43
return {
54
-- Add the community repository of plugin specifications
@@ -19,7 +18,6 @@ return {
1918
opts = {
2019
disable_commit_confirmation = true,
2120
-- disable_builtin_notifications = false,
22-
disable_builtin_notifications = utils.is_available "noice-nvim",
2321
use_magit_keybindings = true,
2422
integrations = {
2523
diffview = true,

0 commit comments

Comments
 (0)