mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +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()
|
||||
local nls = require("null-ls")
|
||||
return {
|
||||
root_dir = require("null-ls.utils").root_pattern(".null-ls-root", ".neoconf.json", "Makefile", ".git"),
|
||||
sources = {
|
||||
nls.builtins.formatting.fish_indent,
|
||||
nls.builtins.diagnostics.fish,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue