fix: disable none-ls

This commit is contained in:
asep.komarudin 2024-06-30 16:12:18 +07:00
parent 1d622094b9
commit 14284a94ca

View file

@ -1,9 +1,9 @@
local M = {}
local disable = pcode.disable_null_ls or false
if not require("user.utils.cfgstatus").cheack() then
if require("user.utils.cfgstatus").cheack() then
disable = true
end
if disable then
if not disable then
M = {
{
"nvimtools/none-ls.nvim",