diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 16:32:44 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 16:32:44 +0200 |
| commit | 0a16705c40735e81afa1f3d58c7cba224f46dbcd (patch) | |
| tree | b34ce40ce9ec2070f3f60a46016ec73f1e3221a6 /.vim | |
| parent | 0133f3b5e9086fba5006314c183451974d50502c (diff) | |
| download | DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.tar DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.tar.gz DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.zip | |
Implemented (moved from post page) functionality for editing and deleting your posts into post component
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/coc-settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 0000000..d69e97e --- /dev/null +++ b/.vim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "angular.enable-experimental-ivy-prompt": false +}
\ No newline at end of file |
