mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 11:06:41 -07:00
neovim options correction
This commit is contained in:
parent
fc097294f8
commit
8a98530c75
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue