diff --git a/LICENSE b/LICENSE index 43a6fb6..290c47a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,7 @@ -MIT License Copyright (c) 2023 Will Hopkins +MIT License + +Copyright (c) 2023 Will Hopkins +Copyright (c) 2023 Samuel Williams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 959670a..bcd9038 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Flatten allows you to open files from a neovim terminal buffer in your current n The name is inspired by the flatten function in Rust (and maybe other languages?), which flattens nested types (`Option>` -> `Option`, etc). -The plugin itself is heavily inspired by `nvim-unception`, which I think is great but found somewhat frustrating to work with and configure. Flatten uses modules and doesn't add any globals, which I think makes the codebase more convenient to work with and by extension less bug-prone. It also offers lua configuration. +The plugin itself is inspired by [`nvim-unception`](https://github.com/samjwill/nvim-unception), which accomplishes the same goal but functions a bit differently and doesn't allow as much configuration. Flatten uses modules and doesn't add any globals, which I think makes the codebase more convenient to work with and by extension less bug-prone. It also offers lua configuration. ## Demo