diff options
author | Freya Murphy <freya@freyacat.org> | 2025-10-01 15:40:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-10-01 15:40:12 -0400 |
commit | 8618060f831963a0f852e07b970bc38ee1da0664 (patch) | |
tree | c07904608592a6896de4fdfaf4a1ac689175203c /home/neovim/config.nix | |
parent | update commits (diff) | |
download | dotfiles-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/config.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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; - }; } |