9 Commits (08e675b356536d953b7f1ac233346368d1265c5c)

Author SHA1 Message Date
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`
2 years ago
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.
2 years ago
siduck 696559863b keep ftplugin folder git-ignored | #1510 2 years ago
Matt Bailey 6f65cffaa1 chore: add spell directory to gitignore 2 years ago
siduck 653a2f5337 add flat look to telescope | disable gitignore on nvimtree 3 years ago
siduck b4da490138 gitignore custom dir | add example configs 3 years ago
siduck76 5bf92c5246 chore : dont gitignore custom dir contents 3 years ago
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.
3 years ago
ashincoder 2795ed4fb3
Added .gitignore and lazy load lsp_signature more (#218) 3 years ago