Akianonymus
|
bccd8e4ab9
|
utils: Improve override functions | Fix nvimtree and statusline config |
Misc
* make more things configurable
* use more generic variable names
* handle some edgecases
* cleanup
* format files
|
2022-01-22 10:15:38 +05:30 |
|
zbirenbaum
|
c3beea11ee
|
Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s)
|
2022-01-22 10:15:38 +05:30 |
|
siduck
|
9551ce7031
|
rm telescope-media-files.nvim!
it heavily relies on xorg so doesnt fully work on linux!, forget about macos,windows. Added a basic config doc for it here : https://nvchad.github.io/Extras#telescope-media-filesnvim
|
2022-01-01 17:30:42 +05:30 |
|
siduck
|
abe720b881
|
remove telescope fzf-native.nvim plugin
|
2022-01-01 16:24:19 +05:30 |
|
siduck
|
84c3a18fab
|
include telescope highlights for transparency
|
2021-12-04 21:38:30 +05:30 |
|
siduck
|
3330d1cc06
|
clean up!
|
2021-11-17 11:00:57 +05:30 |
|
github-actions[bot]
|
1658bf9fc6
|
chore: format source code
|
2021-09-19 14:36:13 +00:00 |
|
ayushjaipuriyar21@gmail.com
|
c84f3cd6cf
|
ignore node_module folder in telescope
|
2021-09-19 20:05:58 +05:30 |
|
siduck76
|
56ea1714f6
|
fix packer compile spam on startup (#325)
|
2021-08-30 11:48:52 +05:30 |
|
siduck76
|
6fbb503a16
|
use ascending sorting : telescope (#346)
|
2021-08-23 17:15:29 +05:30 |
|
Akianonymus
|
bf3d4b31a6
|
Missed in previous commit
|
2021-08-22 17:58:48 +05:30 |
|
Akianonymus
|
a82f71334f
|
telescope-media: Check if ueberzug is available before loading the extension
|
2021-08-22 17:54:10 +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 |
|