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/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'home/neovim/default.nix') 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 ]; }; } -- cgit v1.2.3-freya