fix(none-ls): update `null-ls` file to `none-ls`

pull/3/head
Micah Halter 2023-12-14 16:05:47 -05:00
parent ba2038a9c6
commit 02bbc5fca7
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Example customization of Null-LS sources
return {
"jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",
opts = function(_, config)
-- config variable is the default configuration table for the setup function call
-- local null_ls = require "null-ls"