add: lsp bufread, bufNewFile, BufreadFre

This commit is contained in:
Pojok Code 2024-07-06 16:40:01 +07:00
parent 32b5eba8bb
commit aa8f68d8aa
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
return {
{
"williamboman/mason-lspconfig.nvim",
event = "VeryLazy",
event = { "VeryLazy", "BufReadPre", "BufNewFile", "BufRead" },
dependencies = {
{
"neovim/nvim-lspconfig",