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:
parent
0175082824
commit
cdc970a9e4
|
@ -2,3 +2,4 @@ plugin
|
||||||
custom
|
custom
|
||||||
spell
|
spell
|
||||||
ftplugin
|
ftplugin
|
||||||
|
coc-settings.json
|
||||||
|
|
Loading…
Reference in New Issue