mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-09 22:10:54 +02:00
formatting
This commit is contained in:
parent
d8f9425bed
commit
7d0571f4a9
10 changed files with 39 additions and 34 deletions
|
@ -1,12 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.nixvim = { enable = true;
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
colorscheme = "dracula";
|
||||
options =
|
||||
{
|
||||
shiftwidth = 4;
|
||||
expandtab = true; preserveindent = true;
|
||||
expandtab = true;
|
||||
preserveindent = true;
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
tabstop = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue