diff options
Diffstat (limited to 'home/neovim/config.nix')
-rw-r--r-- | home/neovim/config.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/neovim/config.nix b/home/neovim/config.nix index 8e04b84..a0c66dd 100644 --- a/home/neovim/config.nix +++ b/home/neovim/config.nix @@ -1,11 +1,10 @@ { lib, config, - self, }: let inherit (lib) optionalAttrs; in - self.lib.toLua { + (lib.generators.toLua {}) { # Width of tabs in the editor tabwidth = 4; # If tabs should be expanded to spaces |