mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-04 06:24:39 +02:00
feat(null-ls): added .neoconf.json to null-ls root_dir
This commit is contained in:
parent
5bb2314787
commit
5aad5749a7
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ return {
|
||||||
opts = function()
|
opts = function()
|
||||||
local nls = require("null-ls")
|
local nls = require("null-ls")
|
||||||
return {
|
return {
|
||||||
|
root_dir = require("null-ls.utils").root_pattern(".null-ls-root", ".neoconf.json", "Makefile", ".git"),
|
||||||
sources = {
|
sources = {
|
||||||
nls.builtins.formatting.fish_indent,
|
nls.builtins.formatting.fish_indent,
|
||||||
nls.builtins.diagnostics.fish,
|
nls.builtins.diagnostics.fish,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue