13 Commits (b2e2b15b4532186cf11fcdb7dc1d6c1714f94e9f)

Author SHA1 Message Date
Panos Sakkos ccdf0dda11 Ignore .DS_Store files (#2463)
Ignores macos .DS_Store files
8 months ago
A.S.K f18488d41c
feat: ignore after folder (#2228) 11 months ago
Simone Fidanza d3433e3c55
feat: ignore syntax folder (#2124) 1 year ago
siduck 1b8eff7516 migrate to lazy.nvim 1 year ago
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