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/default.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/default.nix | 2 |
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 ]; }; } |