diff --git a/config/programs/vim/modules/ux/editorconfig.nix b/config/programs/vim/modules/ux/editorconfig.nix new file mode 100644 index 00000000..80bd7fd4 --- /dev/null +++ b/config/programs/vim/modules/ux/editorconfig.nix @@ -0,0 +1 @@ +{ pkgs, ... }: { output.plugins = with pkgs.vimPlugins; [ editorconfig-nvim ]; }