mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add optional back
This commit is contained in:
parent
68912f4f80
commit
7a56532b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ return {
|
||||||
-- Ensure Go tools are installed
|
-- Ensure Go tools are installed
|
||||||
{
|
{
|
||||||
"nvimtools/none-ls.nvim",
|
"nvimtools/none-ls.nvim",
|
||||||
|
optional = true,
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
if type(opts.sources) == "table" then
|
if type(opts.sources) == "table" then
|
||||||
local nls = require("null-ls")
|
local nls = require("null-ls")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue