tuberry
|
47e4f0361f
|
fix: let hl_override be compatible with custom themes
load `hl_override` after the theme
|
2022-03-26 19:58:29 +05:30 |
|
tuberry
|
ec5017126c
|
feat: support themes other than defaults
Try to activate a theme if not presented in defaults. Accordingly,
add the option `ui.colors` to provide the missing `hl_theme*` in
the custom theme.
|
2022-03-26 16:00:31 +05:30 |
|
Dundar Göc
|
9d013a3529
|
chore: fix typos
|
2022-01-04 06:07:38 +05:30 |
|
Akianonymus
|
2293b16709
|
Cleanup | Format files
* fix some lint warnings
* remove some unneeded code
|
2021-12-11 11:58:52 +05:30 |
|
siduck
|
3330d1cc06
|
clean up!
|
2021-11-17 11:00:57 +05:30 |
|
siduck76
|
f73ba68c08
|
move highlight themes to base16 repo
|
2021-09-09 08:10:12 +05:30 |
|
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
|
2021-08-22 17:54:10 +05:30 |
|