22 Commits (ee586047e55b6a5ac741d4efa1eab0cf260a5475)

Author SHA1 Message Date
siduck76 f73ba68c08 move highlight themes to base16 repo 3 years ago
siduck76 fe84f3952d add onejelly theme 3 years ago
siduck76 d53761839d use pretty colors for jellybean theme 3 years ago
boppyt 8056b07cdc use jellybeans colors for bg 3 years ago
boppyt f6f13908fc jellybeans: increase overall readability 3 years ago
boppyt 5c22354817 fix jellybeans theme 3 years ago
boppyt 094ad61785 add jellybeans theme 3 years ago
boppyt ddb11c6bc1 add lfgruv theme 3 years ago
siduck76 5c71f1421b chadify blossom theme colors 3 years ago
github-actions[bot] 98b531682e chore: format source code 3 years ago
Dazai-san 472fab40cf fixed & cleaned blossom theme 3 years ago
Dazai-san 69718c7138 added bunny's blossom theme
adding rayes0's(githubname) blossom theme
3 years ago
siduck76 ba6592c4a9 use better colors for vertsplit/statuslineNc 3 years ago
siduck76 19e17eac58 add uwu theme 3 years ago
siduck76 e1dfaa7a45 add default config for nvim-colorizer 3 years ago
siduck76 146c0ed54f improve aquarium theme colors 3 years ago
Frenzy 1dacbeb462 Added Aquarium 3 years ago
siduck76 d5f4c04424 add original gruvbox theme 3 years ago
siduck76 2efac1cd67 add original nord theme | rename norchad 3 years ago
ashincoder 7d8f6b85c7 feat: Load lspkind on insert event. 3 years ago
siduck76 cd5433d24b fix incorrect bg in tokyonight theme 3 years ago
Akianonymus 9ffddb6b52 Restructure config | Move some to a packer plugin | Lot of cleanup
* move teleacope files, updater and related utils to
  https://github.com/NvChad/core

* restructure config file and directory structure

* expose mappings for better escape

* allow multiple mappings for some

* improve merge table function for the same

* move autocommands to a seperate file

* rearrange everything alphabetically where sanely possible

* rearrange packer plugin list on the basis of trigerred state

config structure now

 .
├──  init.lua
├──  LICENSE
├──  lua
│  ├──  chadrc.lua
│  ├──  colors
│  │  ├──  highlights.lua
│  │  ├──  init.lua
│  │  └──  themes
│  │     ├──  chadracula.lua
│  │     ├──  everforest.lua
│  │     ├──  gruvchad.lua
│  │     ├──  javacafe.lua
│  │     ├──  mountain.lua
│  │     ├──  norchad.lua
│  │     ├──  one-light.lua
│  │     ├──  onedark.lua
│  │     ├──  tokyonight.lua
│  │     └──  tomorrow-night.lua
│  ├──  core
│  │  ├──  autocmds.lua
│  │  ├──  init.lua
│  │  ├──  mappings.lua
│  │  ├──  options.lua
│  │  └──  utils.lua
│  ├──  default_config.lua
│  └──  plugins
│     ├──  configs
│     │  ├──  autopairs.lua
│     │  ├──  autosave.lua
│     │  ├──  bufferline.lua
│     │  ├──  chadsheet.lua
│     │  ├──  compe.lua
│     │  ├──  dashboard.lua
│     │  ├──  gitsigns.lua
│     │  ├──  icons.lua
│     │  ├──  lspconfig.lua
│     │  ├──  luasnip.lua
│     │  ├──  nvimtree.lua
│     │  ├──  others.lua
│     │  ├──  statusline.lua
│     │  ├──  telescope.lua
│     │  ├──  treesitter.lua
│     │  └──  zenmode.lua
│     ├──  init.lua
│     └──  packerInit.lua
└──  README.md
3 years ago