diff --git a/configs/neovim.nix b/configs/neovim.nix index 6d25609..a35f3a9 100644 --- a/configs/neovim.nix +++ b/configs/neovim.nix @@ -8,7 +8,7 @@ environment.systemPackages = [ (pkgs.neovim.override { configure = { - customRC = builtins.readFile ; + customRC = builtins.readFile ; packages.nvim = with pkgs.vimPlugins; { start = with pkgs.vimPlugins; [ ale diff --git a/dot/vimrc b/dot/init.vim similarity index 100% rename from dot/vimrc rename to dot/init.vim