feat: auto load null-ls on markdown files
This commit is contained in:
parent
6caa743f37
commit
d83aa05513
@ -1,5 +1,6 @@
|
|||||||
local M = {
|
local M = {
|
||||||
'jose-elias-alvarez/null-ls.nvim',
|
'jose-elias-alvarez/null-ls.nvim',
|
||||||
|
ft = 'markdown',
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.config()
|
function M.config()
|
||||||
@ -57,5 +58,4 @@ function M.config()
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user