mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Stop formatting HTML
This commit is contained in:
parent
d47e8e773d
commit
1b3a57eaa6
@ -1,8 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
"jose-elias-alvarez/null-ls.nvim",
|
"jose-elias-alvarez/null-ls.nvim",
|
||||||
|
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
local null_ls = require("null-ls")
|
local null_ls = require("null-ls")
|
||||||
|
|
||||||
@ -14,7 +12,6 @@ return {
|
|||||||
"css",
|
"css",
|
||||||
"graphql",
|
"graphql",
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"html",
|
|
||||||
"javascript",
|
"javascript",
|
||||||
"javascriptreact",
|
"javascriptreact",
|
||||||
"json",
|
"json",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user