Skip to content

Commit

Permalink
fix(deprecated): remove deprecated warning for overrides;
Browse files Browse the repository at this point in the history
  • Loading branch information
5-pebbles committed Apr 11, 2024
1 parent f689b44 commit 2f77776
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/nordic/groups/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ function M.get_groups()

local O = require('nordic.config').options

-- deprecated option for backwards compatibility
if O.override ~= nil then
vim.api.nvim_echo(
{ { 'nordic.nvim override config option is now depricated, please use on_highlight', 'WarningMsg' } }, true, {})
groups = merge(
groups,
O.override
Expand Down

0 comments on commit 2f77776

Please sign in to comment.