We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7e109 commit 71b1d16Copy full SHA for 71b1d16
lua/null-ls/builtins/formatting/clang_format.lua
@@ -4,12 +4,6 @@ local methods = require("null-ls.methods")
4
local FORMATTING = methods.internal.FORMATTING
5
local RANGE_FORMATTING = methods.internal.RANGE_FORMATTING
6
7
-vim.notify_once(
8
- [[[null-ls] You required a deprecated builtin (formatting/clang_format.lua), which will be removed in March.
9
-Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
10
- vim.log.levels.WARN
11
-)
12
-
13
return h.make_builtin({
14
name = "clang_format",
15
meta = {
0 commit comments