Daniel Cardona Rojas
|
07b4d19b8f
|
feat(nvimtree): exclude terminal from window picker
|
2021-11-17 20:38:34 +05:30 |
|
siduck
|
4b2bbe5d1c
|
update configs for nvimtree and autopairs
|
2021-10-30 15:48:44 +05:30 |
|
siduck76
|
1b4a67a1e1
|
nvimtree: disable updating cwd on focused files (#546)
|
2021-10-11 16:46:34 +05:30 |
|
siduck76
|
a24a65ab6b
|
update : nvimtree diagnostic config
|
2021-10-11 09:55:44 +05:30 |
|
siduck76
|
1756c92609
|
refactor : separate lspconfig setups
|
2021-09-30 09:51:00 +05:30 |
|
siduck76
|
f2a0051aa9
|
fix : clean nvim-tree config
|
2021-09-27 12:07:32 +05:30 |
|
siduck76
|
548e4e4a9d
|
fix : typo of nvimtree size
|
2021-09-27 11:19:19 +05:30 |
|
github-actions[bot]
|
962c2bfe69
|
chore: format source code
|
2021-09-27 11:19:19 +05:30 |
|
Justin MacCarthy
|
1cd3faffb3
|
Moved more setting into the setup, in line with the changes in NvimTree
|
2021-09-27 11:19:19 +05:30 |
|
siduck76
|
7051afe43c
|
fix : update nvimtree config
|
2021-09-26 15:40:12 +05:30 |
|
siduck76
|
2685ad8e30
|
fix : update nvimtree config
|
2021-09-25 22:11:27 +05:30 |
|
siduck76
|
a820c3cafd
|
fix : typo in default_config.lua
|
2021-09-24 19:12:44 +05:30 |
|
siduck76
|
595be18680
|
feat : option to disable git status on nvimtree (#487)
|
2021-09-24 19:07:24 +05:30 |
|
siduck76
|
c66fb4ff3d
|
add diagnostics options to bufferline/nvimtree
|
2021-08-24 21:15:05 +05:30 |
|
Kévin Dunglas
|
09f6c4c067
|
fix: don't hide dot files by default
|
2021-08-23 20:45:53 +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 |
|