Skip to content

Commit

Permalink
remove revive from default null ls/ none ls config
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Jun 10, 2024
1 parent 86e1770 commit 6b135ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/plugins/none-ls-plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ return {
config = function()
local null_ls = require("null-ls")
null_ls.setup({
sources = { null_ls.builtins.formatting.emacs_vhdl_mode, null_ls.builtins.diagnostics.revive }
sources = {
null_ls.builtins.formatting.emacs_vhdl_mode,
-- null_ls.builtins.diagnostics.revive
}
})
end
}

0 comments on commit 6b135ab

Please sign in to comment.