Skip to content

Commit

Permalink
chore: unretire clang_format
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Feb 25, 2024
1 parent 0f7e109 commit 71b1d16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/null-ls/builtins/formatting/clang_format.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ local methods = require("null-ls.methods")
local FORMATTING = methods.internal.FORMATTING
local RANGE_FORMATTING = methods.internal.RANGE_FORMATTING

vim.notify_once(
[[[null-ls] You required a deprecated builtin (formatting/clang_format.lua), which will be removed in March.
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
vim.log.levels.WARN
)

return h.make_builtin({
name = "clang_format",
meta = {
Expand Down

0 comments on commit 71b1d16

Please sign in to comment.