Skip to content

Commit

Permalink
doc: add unception author to license/readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy authored Mar 12, 2023
1 parent 9b03dc9 commit 17bbf3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>>` -> `Option<T>`, 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

Expand Down

0 comments on commit 17bbf3e

Please sign in to comment.