diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/lsp/lspconfig.fnl | 2 | ||||
-rw-r--r-- | fnl/plugins/lsp/null-ls.fnl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/lsp/lspconfig.fnl b/fnl/plugins/lsp/lspconfig.fnl index fc25a04..5ca84fb 100644 --- a/fnl/plugins/lsp/lspconfig.fnl +++ b/fnl/plugins/lsp/lspconfig.fnl @@ -34,7 +34,7 @@ (server-config.setup opts)))]))) {1 :neovim/nvim-lspconfig - :event :BufReadPre + :event :BufReadPost :dependencies [:mason.nvim :williamboman/mason-lspconfig.nvim :b0o/SchemaStore.nvim diff --git a/fnl/plugins/lsp/null-ls.fnl b/fnl/plugins/lsp/null-ls.fnl index 13dd493..e5cb317 100644 --- a/fnl/plugins/lsp/null-ls.fnl +++ b/fnl/plugins/lsp/null-ls.fnl @@ -38,6 +38,6 @@ :dependencies [:mason.nvim :jayp0521/mason-null-ls.nvim :nvim-lua/plenary.nvim] - :event :BufReadPre + :event :BufReadPost :config (fn [] (setup))} |