siduck76
|
287b4bae9a
|
fix typo in blankline config
|
2021-09-02 16:16:19 +05:30 |
|
siduck76
|
5742567630
|
avoid using globals in blankline config
|
2021-09-02 08:45:05 +05:30 |
|
siduck76
|
a3e436d16d
|
update blankline config
|
2021-09-01 10:09:02 +05:30 |
|
Marwan Mustafa
|
ec7b15fead
|
fix(plugin): indentline using config instead of setup
|
2021-09-01 09:51:09 +05:30 |
|
siduck76
|
e1dfaa7a45
|
add default config for nvim-colorizer
|
2021-08-30 05:54:31 +05:30 |
|
siduck76
|
5db010e870
|
mv luasnip config to others.lua
|
2021-08-28 09:39:38 +05:30 |
|
siduck76
|
475a4c5f38
|
replace compe with cmp
|
2021-08-27 06:44:58 +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 |
|