summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authoraktersnurra <gustaf@gustafrydholm.xyz>2026-04-18 00:52:28 +0200
committeraktersnurra <gustaf@gustafrydholm.xyz>2026-04-18 00:58:46 +0200
commit53d4bae02ebd22d1ca8ef734e15e9f7517341ac0 (patch)
tree981669bee178db277f546e9fca4d90c56d01009f /fnl
parentac8edfb0db52efe65e01f73ef44133a86571ba02 (diff)
more-based-changesHEADmaster
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/lsp.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp.fnl b/fnl/plugins/lsp.fnl
index 482916a..d346755 100644
--- a/fnl/plugins/lsp.fnl
+++ b/fnl/plugins/lsp.fnl
@@ -13,7 +13,7 @@
(local icons (require :settings.icons))
[{1 :neovim/nvim-lspconfig
- :event :BufNew
+ :event [:BufReadPre :BufNewFile]
:dependencies [:mason.nvim
:williamboman/mason-lspconfig.nvim
:b0o/schemastore.nvim