summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-23 22:09:09 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-23 22:09:09 +0100
commitbae1361c29ea6d7585ebd412f540a3ba1c81830b (patch)
tree6cb912ae27e72f336b474c8aeeeeaab09e614b04 /fnl/plugins/lsp/null-ls.fnl
parent97e7972314c50163fb538340437ff3bd038df7da (diff)
Load lsp on post read
Diffstat (limited to 'fnl/plugins/lsp/null-ls.fnl')
-rw-r--r--fnl/plugins/lsp/null-ls.fnl2
1 files changed, 1 insertions, 1 deletions
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))}