Skip to content

Why not null-ls in this config? #500

Closed Answered by CharlesChiuGit
brxxlstxrs asked this question in Q&A
Discussion options

You must be logged in to vote

In this config, we use efm to do the linting and formatting.

{ "creativenull/efmls-configs-nvim" },

local efmls = require("efmls-configs")
-- Init `efm-langserver` here.
efmls.init({
on_attach = opts.on_attach,
capabilities = capabilities,
init_options = { documentFormatting = true, codeAction = true },
})
-- Require `efmls-configs-nvim`'s config here
local vint = require("efmls-configs.linters.vint")
local eslint = require("efmls-configs.linters.eslint")
l…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@CharlesChiuGit
Comment options

Answer selected by CharlesChiuGit
Comment options

You must be logged in to vote
1 reply
@CharlesChiuGit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #499 on February 09, 2023 22:26.