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.
pull/1630/head
Martin Braun 2 years ago committed by Sidhanth Rathod
parent 0175082824
commit cdc970a9e4

1
.gitignore vendored

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

Loading…
Cancel
Save