]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/lsp/init.lua
lazyvim: replace LazyFile with their actual events
[dotfiles.git] / nvim / lua / plugins / lsp / init.lua
index af50c8ca1438344f2e1b68dab2f34392aa438bcf..132c412e70d652a0dcdf51a1030f4be27b3719a7 100644 (file)
@@ -1,6 +1,6 @@
 return {
   { "neovim/nvim-lspconfig",
-    event = "LazyFile",
+    event = { "BufReadPost", "BufNewFile", "BufWritePre" },
     dependencies = {
       "mason.nvim",
       { "williamboman/mason-lspconfig.nvim", config = function() end }, -- don't configure yet