Commit graph

10 commits

Author SHA1 Message Date
kamack38 0371101121 Add cheatsheet.txt to .gitignore 2023-02-20 06:10:25 +05:30
Martin Braun 08e675b356 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`
2022-10-09 20:27:30 +05:30
Martin Braun cdc970a9e4 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.
2022-10-08 23:00:45 +05:30
siduck 696559863b keep ftplugin folder git-ignored | #1510 2022-08-25 18:01:45 +05:30
Matt Bailey 6f65cffaa1 chore: add spell directory to gitignore 2022-01-08 07:06:04 +05:30
siduck 653a2f5337 add flat look to telescope | disable gitignore on nvimtree 2021-12-04 20:42:44 +05:30
siduck b4da490138 gitignore custom dir | add example configs 2021-11-19 07:44:06 +05:30
siduck76 5bf92c5246 chore : dont gitignore custom dir contents 2021-09-29 15:17:41 +05:30
Sravanth 98ec153e8f fix: ignore unwanted files custom dir
- since it's pointless to track user specific files, added the custom dir to the ignore list except for the example files.
2021-09-27 00:11:37 +10:00
ashincoder 2795ed4fb3
Added .gitignore and lazy load lsp_signature more (#218) 2021-08-07 15:24:31 +05:30