add BufWritePost event

This commit is contained in:
2024-11-25 09:17:02 -05:00
parent 7ca281eaac
commit 6c14c49c4a
+1 -1
View File
@@ -1,6 +1,6 @@
return {
'neovim/nvim-lspconfig',
event = { 'BufReadPost', 'BufNewFile' },
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile' },
dependencies = {
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',