We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f5592 commit da872ecCopy full SHA for da872ec
1 file changed
init.lua
@@ -618,10 +618,10 @@ require('lazy').setup({
618
rubocop = {},
619
ruby_lsp = {},
620
html = {},
621
+ pyright = {},
622
623
-- clangd = {},
624
-- gopls = {},
- -- pyright = {},
625
-- rust_analyzer = {},
626
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
627
--
@@ -715,7 +715,7 @@ require('lazy').setup({
715
lua = { 'stylua' },
716
-- Conform can also run multiple formatters sequentially
717
-- python = { "isort", "black" },
718
- --
+ php = { 'php_cs_fixer', 'pint' },
719
-- You can use 'stop_after_first' to run the first available formatter from the list
720
-- javascript = { "prettierd", "prettier", stop_after_first = true },
721
},
0 commit comments