Skip to content

Commit

Permalink
nvim/lsp: disable lsp-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 3, 2024
1 parent 1b0790c commit 1d34d50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nvim/config/lsp.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{ self, ... }:
{
# lsp-lines, but only for the current line
plugins.lsp-lines.enable = true;
diagnostics.virtual_lines.only_current_line = true;

plugins.lsp = {
enable = true;
inlayHints = true;
Expand Down

0 comments on commit 1d34d50

Please sign in to comment.