diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:03 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:03 +0100 |
commit | 7cfec10601bd2f611651a86175240d2394a204ff (patch) | |
tree | 6f3890328c418ddec12193eaad46acbe9f0c4c11 /fnl/plugins/lsp/lspconfig.fnl | |
parent | a355b32ec773d6fd830e1e18362d9e9de7ed5b75 (diff) |
Add blink.cmp
Diffstat (limited to 'fnl/plugins/lsp/lspconfig.fnl')
-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 112973b..5cd25d4 100644 --- a/fnl/plugins/lsp/lspconfig.fnl +++ b/fnl/plugins/lsp/lspconfig.fnl @@ -21,5 +21,5 @@ :dependencies [:mason.nvim :williamboman/mason-lspconfig.nvim :b0o/schemastore.nvim - :hrsh7th/cmp-nvim-lsp] + :saghen/blink.cmp] : config} |