From cdc970a9e446172298d5cf6c19542b08bddc9b1f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 8 Oct 2022 19:09:13 +0200 Subject: [PATCH] Add coc-settings.json to .gitignore One might decide to install coc.nvim which requires to maintain a custom configuration at the root of the `nvim` folder (created with the command `:CocConfig`). It is recommend to ignore the file to avoid update conflicts as NvChad does not ship coc.nvim. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index de45666..5b992b0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ plugin custom spell ftplugin +coc-settings.json