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 |
siduck76
|
89c371397f
|
better colors
|
2021-08-20 00:28:42 +05:30 |
siduck76
|
eaaefc236d
|
add one-light (#243)
|
2021-08-16 19:04:09 +05:30 |
Galen Rowell
|
86903ab982
|
chore: stylua formatting update (#261)
* addded stylua config file
* chore: formatted with stylua
|
2021-08-16 13:19:09 +05:30 |
siduck76
|
11d75cf597
|
better colors for javacafe theme
|
2021-07-25 14:53:43 +05:30 |
siduck76
|
33422b0f3a
|
better colors for javacafe theme
|
2021-07-25 13:18:48 +05:30 |
gokul
|
edbd88fdb7
|
Added javacafe color scheme
The javacafe color scheme is my custom smash of nord and pastel colors.
|
2021-07-24 16:43:38 -07:00 |