plugins, keymaps + fix formatting
This commit is contained in:
parent
ec6733a0ea
commit
b402f79541
10 changed files with 220 additions and 43 deletions
|
|
@ -19,12 +19,25 @@ function M.config()
|
|||
formatting.stylua,
|
||||
formatting.black,
|
||||
formatting.prettier.with({
|
||||
extra_filetypes = { 'toml' },
|
||||
filetypes = {
|
||||
'css',
|
||||
'scss',
|
||||
'less',
|
||||
'html',
|
||||
'json',
|
||||
'jsonc',
|
||||
'yaml',
|
||||
'toml',
|
||||
'markdown',
|
||||
'markdown.mdx',
|
||||
'graphql',
|
||||
'handlebars',
|
||||
},
|
||||
-- extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" },
|
||||
}),
|
||||
formatting.eslint_d,
|
||||
diagnostics.eslint_d,
|
||||
null_ls.builtins.diagnostics.flake8,
|
||||
diagnostics.flake8,
|
||||
-- diagnostics.flake8,
|
||||
code_actions.eslint_d,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue