49 Commits (6f0aa376a8f8e52d33cede45e903767644c7e401)

Author SHA1 Message Date
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
siduck e94a8c1e25 add global for tabufline CoverNvimtree module | (#1338)
7292775ca0
2 years ago
Akianonymus b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files 2 years ago
Höhl, Lukas e52ba32fa3 feat(nvimtree): enable filesystem watchers
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
2 years ago
Höhl, Lukas 1fdf01ccd4 feat(nvim-tree): enable adaptize size
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
2 years ago
siduck 62b9c09f44 fix tabufline crash when formatting buf | (#1265) 2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
siduck 0bde81a074 Improve startuptime | remove un-needed plugins | lazy load plugin highlights too
removed nvim-gps as nvim-navic or winbar.nvim will be added when v0.8 neovim releases. Removed lsp signature as I was able to emulate showing args with the default signature help() window
2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
siduck c7949aa3c3 remove globals from nvimtree config | 3ba383d591 2 years ago
nullchilly b159d4e398 Changed dashboard to alpha 2 years ago
Arman.H 5a1240be82 refactor: add utils to the global scope 2 years ago
siduck 5cb7aeed10 misc 2 years ago
Akianonymus 78cf3e97ad nvimtree: Don't exclude custom dir deliberatly
this is not doable, can interfere with different repos
2 years ago
siduck 21513e3b28 hide gitignored files on nvimtree | exclude 2 years ago
siduck 6fd4fbbe98 add folder arrows (#1022) 2 years ago
siduck 02d545cd42 breaking change: moved highlight stuff to base16 repo | rewrote whole base16 repo
Just run :PackerSync, check https://nvchad.github.io/config/Custom%20config#local-themes and the section below it for newly added features
2 years ago
siduck adecbe719f BREAKING CHANGE | re-implementation of custom config 2 years ago
c-my bc05e4be08 fix: move option "nvim_tree_indent_markers" to setup 2 years ago
zbirenbaum 958a62bc67 fix nvimtree vim globals not having any effect 2 years ago
siduck f58c7e7b9e fix nvimtree opening half on file open (#606) 2 years ago
siduck e1cdf92a01 clean nvimtree config
recently nvimtree had some updates regarding these options moving into the setup table of its config and these were the default ones so i removed it!
2 years ago
siduck 9ca0af1a24 disable nvimtree hijack on buffers
https://github.com/kyazdani42/nvim-tree.lua/issues/992
2 years ago
siduck a0dd82a292 clean nvimtree config 2 years ago
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
2 years ago
zbirenbaum c3beea11ee Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s) 2 years ago
siduck 7c9bf9cbe3 add some options for nvimtree 2 years ago
Akianonymus 2293b16709 Cleanup | Format files
* fix some lint warnings
* remove some unneeded code
2 years ago
siduck 310d84d47f
Merge branch 'main' into dev 2 years ago
siduck 653a2f5337 add flat look to telescope | disable gitignore on nvimtree 2 years ago
siduck b4da490138 gitignore custom dir | add example configs 3 years ago
siduck 5c69d46dd6 rm unused config in nvimtree | include vim highlighting support by default 3 years ago
Daniel Cardona Rojas 07b4d19b8f feat(nvimtree): exclude terminal from window picker 3 years ago
siduck 3330d1cc06 clean up! 3 years ago
siduck 4b2bbe5d1c update configs for nvimtree and autopairs 3 years ago
siduck76 1b4a67a1e1 nvimtree: disable updating cwd on focused files (#546) 3 years ago
siduck76 a24a65ab6b update : nvimtree diagnostic config 3 years ago
siduck76 1756c92609 refactor : separate lspconfig setups 3 years ago
siduck76 f2a0051aa9 fix : clean nvim-tree config 3 years ago
siduck76 548e4e4a9d fix : typo of nvimtree size 3 years ago
github-actions[bot] 962c2bfe69 chore: format source code 3 years ago
Justin MacCarthy 1cd3faffb3 Moved more setting into the setup, in line with the changes in NvimTree 3 years ago
siduck76 7051afe43c fix : update nvimtree config 3 years ago
siduck76 2685ad8e30 fix : update nvimtree config 3 years ago
siduck76 a820c3cafd fix : typo in default_config.lua 3 years ago
siduck76 595be18680 feat : option to disable git status on nvimtree (#487) 3 years ago
siduck76 c66fb4ff3d add diagnostics options to bufferline/nvimtree 3 years ago
Kévin Dunglas 09f6c4c067 fix: don't hide dot files by default 3 years ago
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
3 years ago