diff options
| author | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-18 00:52:28 +0200 |
|---|---|---|
| committer | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-18 00:58:46 +0200 |
| commit | 53d4bae02ebd22d1ca8ef734e15e9f7517341ac0 (patch) | |
| tree | 981669bee178db277f546e9fca4d90c56d01009f /fnl | |
| parent | ac8edfb0db52efe65e01f73ef44133a86571ba02 (diff) | |
Diffstat (limited to 'fnl')
| -rw-r--r-- | fnl/plugins/lsp.fnl | 2 |
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 |