diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-05-07 13:44:50 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-05-07 13:44:50 +0530 |
commit | e55ad8ca4f99fa024106d5695a55f9ac132d7b68 (patch) | |
tree | f8762e7ac43504841f3c14c20bd8f149c1cbc344 /.config/nvim/coc/coc-settings.json | |
parent | 7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 (diff) |
updates
Diffstat (limited to '.config/nvim/coc/coc-settings.json')
-rw-r--r-- | .config/nvim/coc/coc-settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/coc/coc-settings.json b/.config/nvim/coc/coc-settings.json index 8b56371..2f3abdc 100644 --- a/.config/nvim/coc/coc-settings.json +++ b/.config/nvim/coc/coc-settings.json @@ -3,5 +3,7 @@ "diagnostic.enable": true, "python.linting.pycodestyleEnabled": true, "html.autoCreateQuotes": false, - "coc.preferences.formatOnType": true + "coc.preferences.formatOnType": true, + "copilot.enable": false, + "copilot.showRemainingText": true } |