diff options
author | Carlos Hernandez <hurricanehrndz@users.noreply.github.com> | 2019-12-23 22:43:25 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-24 06:43:25 +0100 |
commit | 53fe877a97dbe5e5b5291fd1361123fc1b1da054 (patch) | |
tree | f8179be6beb8af204e59a9b8af2816fbf7be1573 | |
parent | 31cfd674537236950ead3c25d495f756c751267b (diff) | |
download | rneovim-53fe877a97dbe5e5b5291fd1361123fc1b1da054.tar.gz rneovim-53fe877a97dbe5e5b5291fd1361123fc1b1da054.tar.bz2 rneovim-53fe877a97dbe5e5b5291fd1361123fc1b1da054.zip |
snap: set "classic" confinement #11601
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -15,6 +15,7 @@ [](https://repology.org/metapackage/neovim) [](https://buildd.debian.org/neovim) [](https://github.com/neovim/neovim/releases/) +[](https://snapcraft.io/nvim) Neovim is a project that seeks to aggressively refactor Vim in order to: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d0cbc27b3f..da3e74d3e7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ description: | For lots more details, see the wiki! grade: stable # must be 'stable' to release into candidate/stable channels -confinement: strict +confinement: classic apps: nvim: |