mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-05 23:14:40 +02:00
feat(typescript): added null-ls typescript code actions
This commit is contained in:
parent
b1b5b461bf
commit
5bb2314787
1 changed files with 6 additions and 0 deletions
|
@ -42,4 +42,10 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"jose-elias-alvarez/null-ls.nvim",
|
||||||
|
opts = function(_, opts)
|
||||||
|
table.insert(opts.sources, require("typescript.extensions.null-ls.code-actions"))
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue