Skip to content

Commit

Permalink
more langs
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed May 27, 2022
1 parent 581ed14 commit 03c8434
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions nvim/lua/custom/plugins/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ local null_ls = require "null-ls"
local b = null_ls.builtins

local sources = {
-- Javascript
b.formatting.eslint,
-- Rescript
b.formatting.rescript,
b.formatting.prettierd.with { filetypes = { "html", "markdown", "css", "javascript" } },
b.formatting.deno_fmt,

b.code_actions.eslint_d,
-- Javascript / All
b.formatting.prettierd.with { filetypes = { "javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "css", "scss", "less", "html", "json", "jsonc", "yaml", "markdown", "graphql", "handlebars" } },
b.formatting.eslint_d,
b.diagnostics.tsc,

-- Lua
Expand Down

0 comments on commit 03c8434

Please sign in to comment.