summaryrefslogtreecommitdiff
path: root/users/seth/programs/vim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-02 08:10:15 +0000
committerseth <[email protected]>2022-12-02 08:11:08 +0000
commit1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 (patch)
tree30d1baf3e915a13106695723ad1a0878b39886cd /users/seth/programs/vim.nix
parent0912f5dc12cde4f925a0669aa6c1cbdb189b503d (diff)
add editorconfig and alejandra
Diffstat (limited to 'users/seth/programs/vim.nix')
-rw-r--r--users/seth/programs/vim.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/seth/programs/vim.nix b/users/seth/programs/vim.nix
index fc303a9..31c9225 100644
--- a/users/seth/programs/vim.nix
+++ b/users/seth/programs/vim.nix
@@ -1,6 +1,8 @@
-{ config, nix, ...}:
-
{
+ config,
+ nix,
+ ...
+}: {
programs.vim = {
enable = true;
settings = {