neovim options correction

This commit is contained in:
Salar Rahmanian 2025-10-04 22:37:21 -07:00
parent fc097294f8
commit 8a98530c75

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
programs.nixvim = { programs.nixvim = {
@ -18,7 +18,7 @@
relativenumber = true; relativenumber = true;
scrolloff = 8; scrolloff = 8;
shiftwidth = 2; shiftwidth = 2;
signcolumn = "yes"; signcolumn = "auto";
smartindent = true; smartindent = true;
swapfile = false; swapfile = false;
tabstop = 2; tabstop = 2;