mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): move to prettierd
This commit is contained in:
@@ -16,7 +16,7 @@ local code_actions = null_ls.builtins.code_actions
|
||||
null_ls.setup({
|
||||
debug = false,
|
||||
sources = {
|
||||
code_actions.eslint_d,
|
||||
code_actions.eslint_d.with({ diagnostics_format = "[eslint] #{m}\n(#{c})" }),
|
||||
code_actions.gitrebase,
|
||||
code_actions.gitsigns,
|
||||
code_actions.proselint,
|
||||
@@ -39,7 +39,8 @@ null_ls.setup({
|
||||
formatting.eslint_d,
|
||||
formatting.json_tool,
|
||||
formatting.markdownlint,
|
||||
formatting.prettier.with({ extra_args = { "--single-quote" } }),
|
||||
formatting.prettierd,
|
||||
-- formatting.prettier.with({ extra_args = { "--single-quote" } }),
|
||||
formatting.stylelint,
|
||||
formatting.stylua, -- Lua
|
||||
formatting.trim_newlines,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
npm install -g @11ty/eleventy # Eleventy
|
||||
npm install -g @fsouza/prettierd # Prettier, as a daemon, for ludicrous formatting speed
|
||||
npm install -g a11y # Runs an accessibility audit against a URL
|
||||
npm install -g alex # Catch insensitive, inconsiderate writing
|
||||
npm install -g babel-cli # Babel command line
|
||||
|
||||
Reference in New Issue
Block a user