mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add alternative formatter & linter conform and nvim-lint
This commit is contained in:
parent
98a141b4b5
commit
2486c9e49e
5 changed files with 195 additions and 5 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
"nvimtools/none-ls.nvim",
|
||||
lazy = true,
|
||||
enabled = false,
|
||||
enabled = not (pcode.disable_null_ls or false),
|
||||
dependencies = {
|
||||
{
|
||||
"jayp0521/mason-null-ls.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue