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
Raw Normal View History

2022-09-19 19:03:40 +03:00
{ editorconfig-nvim, ... }:
{
plugins = [ editorconfig-nvim ];
}