diff options
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; - }; } |