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`
pull/1648/head
Martin Braun 2 years ago committed by Sidhanth Rathod
parent cdc970a9e4
commit 08e675b356

1
.gitignore vendored

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

Loading…
Cancel
Save