add refactoring

This commit is contained in:
Kopatz
2024-05-16 22:40:39 +02:00
parent 38bfbe82c6
commit 08683d98e7
6 changed files with 88 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
{ lib, pkgs, ... }:
# https://nix-community.github.io/nixvim/NeovimOptions/index.html
let
args = { inherit lib pkgs; };
@@ -12,6 +13,7 @@ let
./bufferline.nix
./cmp.nix
./fidget.nix
./refactoring.nix
./git.nix
./lightline.nix
./lsp.nix