add BufWritePost event
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
event = { 'BufReadPost', 'BufNewFile' },
|
||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile' },
|
||||
dependencies = {
|
||||
'williamboman/mason.nvim',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
|
||||
Reference in New Issue
Block a user