summaryrefslogtreecommitdiff
path: root/home/neovim/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-01 15:40:12 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-01 15:40:12 -0400
commit8618060f831963a0f852e07b970bc38ee1da0664 (patch)
treec07904608592a6896de4fdfaf4a1ac689175203c /home/neovim/default.nix
parentupdate commits (diff)
downloaddotfiles-nix-8618060f831963a0f852e07b970bc38ee1da0664.tar.gz
dotfiles-nix-8618060f831963a0f852e07b970bc38ee1da0664.tar.bz2
dotfiles-nix-8618060f831963a0f852e07b970bc38ee1da0664.zip
neovim: remove virt column, update lspconfig configuration
Diffstat (limited to '')
-rw-r--r--home/neovim/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix
index 36e1575..e120113 100644
--- a/home/neovim/default.nix
+++ b/home/neovim/default.nix
@@ -67,8 +67,6 @@ in {
fidget-nvim
# Auto indentation
indent-o-matic
- # 80 column width
- virt-column-nvim
];
};
}