diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-21 15:07:52 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-21 15:07:52 +0100 |
| commit | 4f0b5fad61739d77fa0a4bb48bff42b9c870c2e4 (patch) | |
| tree | 863b3f65f5b27f53b0c315291a7b8ac9235c62e6 /config/nvim/lua/plugins/theme.lua | |
| parent | e20bebd2c730223efb5d71d05330859e8ee791b8 (diff) | |
feat(nvim): configure blink completion priority
Diffstat (limited to 'config/nvim/lua/plugins/theme.lua')
| -rw-r--r-- | config/nvim/lua/plugins/theme.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins/theme.lua b/config/nvim/lua/plugins/theme.lua index 8902d48..e75fac5 100644 --- a/config/nvim/lua/plugins/theme.lua +++ b/config/nvim/lua/plugins/theme.lua @@ -1,5 +1,9 @@ return { - { "catppuccin/nvim", name = "catppuccin" }, + { + "catppuccin/nvim", + name = "catppuccin", + integrations = { blink_cmp = true} + }, { "f-person/auto-dark-mode.nvim", opts = { |
