enc: testing kotlin on windows

This commit is contained in:
asep.komarudin 2024-06-30 12:22:08 +07:00
parent ef6ac90acf
commit 1d622094b9
5 changed files with 31 additions and 19 deletions

View file

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