Cam Cope
|
bce7e624e2
|
Add LSP code action mappings
Tested with rust-analyzer
|
2021-08-24 09:27:21 +05:30 |
|
Kévin Dunglas
|
09f6c4c067
|
fix: don't hide dot files by default
|
2021-08-23 20:45:53 +05:30 |
|
siduck76
|
6fbb503a16
|
use ascending sorting : telescope (#346)
|
2021-08-23 17:15:29 +05:30 |
|
siduck76
|
b2ec48ef30
|
avoid using global function : lspconfig
|
2021-08-23 16:06:02 +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 |
|