add optional back

This commit is contained in:
OneOfOne 2023-09-30 12:12:25 -05:00
parent 68912f4f80
commit 7a56532b2f
No known key found for this signature in database
GPG key ID: F3A4E8B6760B7805

View file

@ -84,6 +84,7 @@ return {
-- Ensure Go tools are installed
{
"nvimtools/none-ls.nvim",
optional = true,
opts = function(_, opts)
if type(opts.sources) == "table" then
local nls = require("null-ls")