From 08e675b356536d953b7f1ac233346368d1265c5c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sun, 9 Oct 2022 16:35:27 +0200 Subject: [PATCH] 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` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b992b0..2de440a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ custom spell ftplugin coc-settings.json +.luarc.json