diff --git a/nvim/ftplugin/go.lua b/nvim/ftplugin/go.lua new file mode 100644 index 0000000..fe6caae --- /dev/null +++ b/nvim/ftplugin/go.lua @@ -0,0 +1 @@ +vim.treesitter.start() diff --git a/nvim/ftplugin/php.lua b/nvim/ftplugin/php.lua new file mode 100644 index 0000000..fe6caae --- /dev/null +++ b/nvim/ftplugin/php.lua @@ -0,0 +1 @@ +vim.treesitter.start() diff --git a/nvim/lua/plugins/conform.lua b/nvim/lua/plugins/conform.lua index fff943d..d668144 100644 --- a/nvim/lua/plugins/conform.lua +++ b/nvim/lua/plugins/conform.lua @@ -8,7 +8,7 @@ return { typescript = { "prettierd", stop_after_first = true }, typescriptreact = { "prettierd", stop_after_first = true }, svelte = { "prettierd", stop_after_first = true }, - php = { "pint" } + php = { "easy-coding-standard" } }, format_on_save = function(bufnr) if vim.g.disable_autoformat or vim.b[bufnr].disable_autoformat then