Skip to content

Commit

Permalink
nvim/lsp-lines: use new option style
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jun 28, 2024
1 parent 32be5f3 commit fb15eed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nvim/config/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
conceallevel = 2; # Enable syn-cchar replacements (for Obsidian)
};

# Only show lsp-lines on the current line
diagnostics.virtual_lines.only_current_line = true;

keymaps = [
{
# Quick exit insert mode using `jj`
Expand Down Expand Up @@ -369,10 +372,7 @@
};
};

lsp-lines = {
enable = true;
currentLine = true;
};
lsp-lines.enable = true;

# Enable tmux-navigator
tmux-navigator.enable = true;
Expand Down

0 comments on commit fb15eed

Please sign in to comment.