[nvim] spacing and html lsp and formatting fixes

This commit is contained in:
eleith 2023-08-21 03:51:50 +00:00
parent ef323b4c7f
commit 87e6a4d0c4
1 changed files with 196 additions and 179 deletions

View File

@ -70,7 +70,6 @@ return {
},
{ "tailwindcss" },
{ "graphql" },
{ "html" },
{ "intelephense" },
{ "jsonls" },
{ "pyright" },
@ -98,6 +97,20 @@ return {
},
},
{ "stylelint_lsp" },
{
"html",
settings = {
html = {
hover = {
documentation = true,
references = true,
},
},
css = {
validate = true,
},
},
},
{ "cssls" },
{
"efm",
@ -105,6 +118,7 @@ return {
"lua",
"fish",
"ruby",
"html",
"javascript",
"typescript",
"javascriptreact",
@ -129,6 +143,9 @@ return {
require("efmls-configs.linters.fish"),
require("efmls-configs.formatters.fish_indent"),
},
html = {
require("efmls-configs.formatters.prettier"),
},
ruby = {
require("efmls-configs.linters.rubocop"),
},