fix: support neovim v0.10

This commit is contained in:
asep.komarudin 2024-05-22 06:39:38 +07:00
parent f00aeb3add
commit 5179bb1047
13 changed files with 515 additions and 513 deletions

View file

@ -37,7 +37,7 @@ return {
lazy = true,
},
config = function()
require("user.lsp.null-ls")
require("user.lsp.null-lscfg")
end,
},
event = "InsertEnter",