diff --git a/neovim/.config/nvim/lua/user/lsp.lua b/neovim/.config/nvim/lua/user/lsp.lua index f6b88de..d862d8e 100644 --- a/neovim/.config/nvim/lua/user/lsp.lua +++ b/neovim/.config/nvim/lua/user/lsp.lua @@ -80,6 +80,22 @@ lsp_installer.on_server_ready(function(server) "package.json", "tsconfig.json", "prettierrc.json", + "babelrc.json", + "Vercel", + "cypress.json", + "GitHub Action", + "GitHub Workflow", + "lerna.json", + "openapi.json", + ".postcssrc", + "prisma.yml", + "Swagger API 2.0", + "huskyrc", + "jsdoc", + ".commitlintrc", + "docker-compose.yml", + ".yarnrc.yml", + "swcrc", }, }), },