Skip to content

Commit da872ec

Browse files
committed
Enabling php linter and pyright
1 parent f6f5592 commit da872ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,10 @@ require('lazy').setup({
618618
rubocop = {},
619619
ruby_lsp = {},
620620
html = {},
621+
pyright = {},
621622

622623
-- clangd = {},
623624
-- gopls = {},
624-
-- pyright = {},
625625
-- rust_analyzer = {},
626626
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
627627
--
@@ -715,7 +715,7 @@ require('lazy').setup({
715715
lua = { 'stylua' },
716716
-- Conform can also run multiple formatters sequentially
717717
-- python = { "isort", "black" },
718-
--
718+
php = { 'php_cs_fixer', 'pint' },
719719
-- You can use 'stop_after_first' to run the first available formatter from the list
720720
-- javascript = { "prettierd", "prettier", stop_after_first = true },
721721
},

0 commit comments

Comments
 (0)