formatting

This commit is contained in:
Noa Aarts 2024-06-18 23:50:20 +02:00
parent 9f25e72fed
commit 1ae1bfa475

View file

@ -489,7 +489,15 @@ require("lazy").setup({
pyright = {}, pyright = {},
html = { filetypes = { "html", "twig", "hbs" } }, html = { filetypes = { "html", "twig", "hbs" } },
templ = { filetypes = { "templ" } }, templ = { filetypes = { "templ" } },
nil_ls = {}, nil_ls = {
settings = {
["nil"] = {
formatting = {
command = { "nixpkgs-fmt" },
},
},
},
},
ocamllsp = {}, ocamllsp = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --