diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
commit | 28ea0e3cbe1c0f980a05d6fb13a428bcab2ea1c5 (patch) | |
tree | b44f5301c4f60b1dae51a91e72b614996ee074ce /.config/nvim/user/coc-settings.json | |
parent | 311a468de08231c3dd2327473b79066a25e67462 (diff) |
Diffstat (limited to '.config/nvim/user/coc-settings.json')
-rw-r--r-- | .config/nvim/user/coc-settings.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/nvim/user/coc-settings.json b/.config/nvim/user/coc-settings.json deleted file mode 100644 index 437572d..0000000 --- a/.config/nvim/user/coc-settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "suggest.autoTrigger": "always", - "diagnostic.enable": true, - "python.linting.pycodestyleEnabled": true, - "html.autoCreateQuotes": false, - "coc.preferences.formatOnType": true, - "copilot.showRemainingText": true, - "copilot.enable": false, - "typescript.autoClosingTags": false -} |