From 8618060f831963a0f852e07b970bc38ee1da0664 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 1 Oct 2025 15:40:12 -0400 Subject: neovim: remove virt column, update lspconfig configuration --- home/neovim/config.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'home/neovim/config.nix') diff --git a/home/neovim/config.nix b/home/neovim/config.nix index be86c9b..aa5816e 100644 --- a/home/neovim/config.nix +++ b/home/neovim/config.nix @@ -105,10 +105,4 @@ in }; transparent = true; }; - # max column width - col = { - # show a bar at `width` characters - show = true; - width = 80; - }; } -- cgit v1.2.3-freya