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.
This commit is contained in:
Martin Braun 2022-10-08 19:09:13 +02:00 committed by Sidhanth Rathod
parent 0175082824
commit cdc970a9e4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ plugin
custom custom
spell spell
ftplugin ftplugin
coc-settings.json