diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
commit | 3b2c6360b2dec330fcb676d646988a29bf996c6b (patch) | |
tree | 72bc62cd55161e027fd790f288fce576bcd57140 /fnl/plugins/lsp | |
parent | 4d1774253c4aba3dc929066befd4bb0f883c5b29 (diff) |
Diffstat (limited to 'fnl/plugins/lsp')
-rw-r--r-- | fnl/plugins/lsp/lspconfig.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/lspconfig.fnl b/fnl/plugins/lsp/lspconfig.fnl index 5cd25d4..192954c 100644 --- a/fnl/plugins/lsp/lspconfig.fnl +++ b/fnl/plugins/lsp/lspconfig.fnl @@ -17,7 +17,7 @@ (mason-lspconfig.setup))) {1 :neovim/nvim-lspconfig - :event [:BufReadPost :BufNewFile] + :event :BufNew :dependencies [:mason.nvim :williamboman/mason-lspconfig.nvim :b0o/schemastore.nvim |