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 = {
@ -18,7 +18,7 @@
relativenumber = true;
scrolloff = 8;
shiftwidth = 2;
signcolumn = "yes";
signcolumn = "auto";
smartindent = true;
swapfile = false;
tabstop = 2;