mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
enc: testing kotlin on windows
This commit is contained in:
parent
ef6ac90acf
commit
1d622094b9
5 changed files with 31 additions and 19 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue