Revert "fix(lsp): disable php formatting workaround"
This reverts commit 7ce88bb7c1d904a628634c0d96ef05100866f50e.
This commit is contained in:
+10
-14
@@ -8,20 +8,6 @@ local plugins = {
|
||||
name = "moonfly",
|
||||
config = require("plugins.moonfly"),
|
||||
},
|
||||
--[[ {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 100,
|
||||
lazy = false,
|
||||
config = require("plugins.catppuccin"),
|
||||
}, ]]
|
||||
--[[ {
|
||||
"navarasu/onedark.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
-- name = "moonfly",
|
||||
config = require("plugins.onedark"),
|
||||
}, ]]
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
priority = 900,
|
||||
@@ -74,6 +60,12 @@ local plugins = {
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
config = require("plugins.mason_lspconfig"),
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = require("lsp").setup,
|
||||
@@ -164,6 +156,10 @@ local plugins = {
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"RubixDev/mason-update-all",
|
||||
config = require("plugins.mason_update_all"),
|
||||
},
|
||||
{
|
||||
"famiu/bufdelete.nvim",
|
||||
config = require("plugins.bufdelete"),
|
||||
|
||||
Reference in New Issue
Block a user