]> git.lizzy.rs Git - micro.git/blobdiff - snapcraft.yaml
Make cursor movement automatic on insert + remove
[micro.git] / snapcraft.yaml
index a76da740c46b66d27774c013bffbaf93b5af773a..8475e7570c9a9f1ccd0f6cb4197d13a2a165e332 100644 (file)
@@ -5,15 +5,15 @@ description: |
   Micro is a terminal-based text editor that aims to be easy to use and
   intuitive, while also taking advantage of the full capabilities of modern
   terminals.
-confinement: strict
+confinement: classic
 
 apps:
   micro:
     command: bin/micro
-    plugs: [home]
 
 parts:
   micro:
     source: .
     plugin: go
     go-importpath: github.com/zyedidia/micro
+    go-packages: [github.com/zyedidia/micro/cmd/micro]
\ No newline at end of file