Skip to content

Commit

Permalink
feat: enable auto_brackets in blink.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Feb 18, 2025
1 parent c5ea719 commit 85c1020
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
enable = true;
settings = {
completion = {
accept = {
auto_brackets = {
enabled = true;
semantic_token_resolution.enabled = true;
};
};
documentation.auto_show = true;
list.selection = {
preselect.__raw = "function(ctx) return ctx.mode ~= 'cmdline' end";
Expand Down

0 comments on commit 85c1020

Please sign in to comment.