Skip to content

Commit

Permalink
fix: ignore gitcommit for some plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 6, 2024
1 parent 4553c48 commit bdd7859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/config/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ return function(colors)
-- LuaFormatter off
'TelescopePrompt', 'TelescopeResults', 'lsp-installer', 'null-ls-info', 'lspinfo', 'aerial',
'nerdtree', 'NvimTree', 'neo-tree', 'notify', 'Trouble', 'Mundo', 'mason', 'man', 'alpha', 'calendar',
'PlenaryTestPopup', 'noice', 'lazy',
'PlenaryTestPopup', 'noice', 'lazy', 'gitcommit',
-- LuaFormatter on
},
},
Expand Down

0 comments on commit bdd7859

Please sign in to comment.