mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat(nixvim): add opts
This commit is contained in:
parent
f3ec850f52
commit
39fd29e8e5
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,14 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
colorschemes.ayu.enable = true;
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
expandtab = true;
|
||||
shiftwidth = 2;
|
||||
tabstop = 2;
|
||||
softtabstop = 2;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue