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