summaryrefslogtreecommitdiff
path: root/home/neovim/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-01 22:43:58 +0200
committerLinnnus <[email protected]>2023-10-01 23:08:32 +0200
commit7e27f6f2250bd4e0faa5d5e626dce541a8bb22e4 (patch)
tree11eb68ec0ae6e1f9cd1f4d7b645cc55e582b1873 /home/neovim/default.nix
parent241bbaf27ad990d0630b7b48f3e9858e8f42b88f (diff)
Use alejandra formatter
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r--home/neovim/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix
index ccf6dc5..4d49854 100644
--- a/home/neovim/default.nix
+++ b/home/neovim/default.nix
@@ -1,15 +1,15 @@
# This file contains the HM configuration options for Neovim.
-
-{ pkgs, lib, ... }:
-
{
- imports =
- [
- ./lsp.nix
- ./filetype.nix
- ./completion.nix
- ./plugins.nix
- ];
+ pkgs,
+ lib,
+ ...
+}: {
+ imports = [
+ ./lsp.nix
+ ./filetype.nix
+ ./completion.nix
+ ./plugins.nix
+ ];
programs.neovim = {
enable = true;