aboutsummaryrefslogtreecommitdiff
path: root/.config/coc/extensions/package.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-06-03 23:23:49 +0200
committerlonkaars <loek@pipeframe.xyz>2023-06-03 23:23:49 +0200
commit7d11253a69fa759037a29bacfe791df35229e5bf (patch)
tree7c4b9ebd9b074eeee77da96d67334d10fa18ec52 /.config/coc/extensions/package.json
parenta2d25cba38aee3c5023bcfedf3cc8cc4a1c008a9 (diff)
add auto copying to mpv script
Diffstat (limited to '.config/coc/extensions/package.json')
-rw-r--r--.config/coc/extensions/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json
index aed1c07..5af9859 100644
--- a/.config/coc/extensions/package.json
+++ b/.config/coc/extensions/package.json
@@ -10,7 +10,8 @@
"coc-python": ">=1.2.12",
"coc-rust-analyzer": ">=0.68.2",
"coc-tsserver": ">=1.5.8",
- "coc-vimtex": ">=1.1.5"
+ "coc-vimtex": ">=1.1.5",
+ "coc-lua": ">=2.0.5"
},
"disabled": [],
"locked": [],