This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/plugins/config/default.nix

6 lines
68 B
Nix

{ editorconfig-nvim, ... }:
{
plugins = [ editorconfig-nvim ];
}