formatting
This commit is contained in:
parent
9f25e72fed
commit
1ae1bfa475
1 changed files with 9 additions and 1 deletions
|
|
@ -489,7 +489,15 @@ require("lazy").setup({
|
|||
pyright = {},
|
||||
html = { filetypes = { "html", "twig", "hbs" } },
|
||||
templ = { filetypes = { "templ" } },
|
||||
nil_ls = {},
|
||||
nil_ls = {
|
||||
settings = {
|
||||
["nil"] = {
|
||||
formatting = {
|
||||
command = { "nixpkgs-fmt" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
ocamllsp = {},
|
||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue