Add .luarc.json to .gitignore

Using `coc-lua` with `coc.nvim` will produce a `.luarc.json` when editing own custom configs that should be excluded from NvChad, since NvChad does not maintain its own `.luarc.json`
This commit is contained in:
Martin Braun 2022-10-09 16:35:27 +02:00 committed by Sidhanth Rathod
parent cdc970a9e4
commit 08e675b356

1
.gitignore vendored
View file

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