diff options
| author | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-17 23:34:22 +0200 |
|---|---|---|
| committer | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-19 23:15:52 +0200 |
| commit | 0f3690bd084ba3b47b4c356089b03a6df763572c (patch) | |
| tree | 928d8f0d5ce0520d5acf782c4fdfd452f8f8470f /fnl/plugins/cmp.fnl | |
| parent | 86adf15a8a338ae1ae71c18b9f11705fe6b36516 (diff) | |
More based fixes
Diffstat (limited to 'fnl/plugins/cmp.fnl')
| -rw-r--r-- | fnl/plugins/cmp.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl index 46efbc5..78f7522 100644 --- a/fnl/plugins/cmp.fnl +++ b/fnl/plugins/cmp.fnl @@ -15,8 +15,8 @@ :buffer] :score_offset 3} :snippets {:name :Snippets - :module :blink.cmp.sources.snippets - :score_offset 4} + :module :blink.cmp.sources.snippets + :score_offset 4} :dadbod {:name :Dadbod :module :vim_dadbod_completion.blink :score_offset 2}}} |