90 Commits (6f0aa376a8f8e52d33cede45e903767644c7e401)

Author SHA1 Message Date
Akianonymus bad06dc44f mappings: Allow to remove plugin mappings in chadrc
This enables us to disable a plugin mappings individually

for eg:
  M.mappings.plugins = {
      telelscope = {
          find_hiddenfiles = false
      }
  }

  This will disable the telelscope find_hiddenfiles mapping.

It's also helpful when we want to use the mapping used by find_hiddenfiles for something else
2 years ago
siduck a0dd82a292 clean nvimtree config 2 years ago
siduck b1338beb0f add option to toggle lazy load for cmp and related 2 years ago
siduck 71b710b35b add option for packerInit | fix (#715) 2 years ago
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
2 years ago
Akianonymus a2d91acc84 nvimtree: Allow changing lazy load from chadrc | Resolve https://github.com/NvChad/NvChad/issues/621
a packerCompile is needed after changin the config value in chadrc
2 years ago
siduck 3a966955d4 make lspconfig mappings compatible with nvim 0.6v 2 years ago
Danilo Horta 31e551af30 Make lspconfig mappings configurable. 2 years ago
Sravanth C f718060260 Rename esc_insertmode to better_escape
- change the plugin status name for better_escape
2 years ago
siduck 01f652fcc4 hide nvimtree rootdir by default 3 years ago
siduck 7c9bf9cbe3 add some options for nvimtree 3 years ago
siduck 01babafd72 add option for fillchars 3 years ago
siduck 2a8afcb7b6 rm theme toggler config 3 years ago
siduck 6347a00023 add mapping, highlights for keybind cheatsheet | disable indentline in it 3 years ago
siduck aa9667a5de Revert "add cheatsheet.nvim"
This reverts commit e8b919723e.
3 years ago
siduck 1567a9c73a use tbl_deep_extend to merge configs | rm other functions 3 years ago
siduck e8b919723e add cheatsheet.nvim 3 years ago
siduck bdd6dc12c2 restructure | clean default_config 3 years ago
siduck fd668e559e add option for overriding highlights (#596) 3 years ago
siduck c5fe1f711e add : option to load autopairs sequentially (#584) 3 years ago
siduck76 068ae08f6c avoid using cmp disable var for autopairs (#567) 3 years ago
Andrew Balmos 67962828bb Add smartcase option 3 years ago
max397574 16a0c97fc9 fix: use better name for mapping 3 years ago
Akianonymus 317eedd9b2 feat: Make short statusline toggleable from chadrc 3 years ago
siduck76 a1c234e001 clean : debloat config | rm un-needed plugins 3 years ago
Nathan Wallace ba3af27de0 add config option to disable nvimtree 3 years ago
siduck76 1756c92609 refactor : separate lspconfig setups 3 years ago
siduck76 0b55d45845 rm neoformat plugin 3 years ago
Galen Rowell 94b01be483 fix: `default_config` var `plugin` -> `plugins` instead 3 years ago
siduck76 a41ab8b830 fix : Add option to disable cmp (#482) 3 years ago
siduck76 8e0dfc1de6 fix : add path for luasnip snippets (#483) 3 years ago
siduck76 50a5bcc870 rm : vim-fugitive plugin 3 years ago
siduck76 e408a1168f feat: update conf for gitsigns | format stuff 3 years ago
siduck76 9e8fb9db74 feat: add overrides for more plugins | disable some by default 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 cc48bfb5c8 remove cheatsheet.nvim 3 years ago
Galen Rowell 9961cc0113 refactor: clean & re-organise default_config + chadrc
this completely overhauls the design of the two configuration files,
aiming to move options & various tables into a more sensible table structure

BREAKING CHANGE: this will break any user modificiations to the current
config
3 years ago
Galen Rowell a5a5a8220c refactor: clean & small reorgnaisation of default_config 3 years ago
Galen Rowell ca1ad15ad2 refactor: Cleaning chadrc, moved to custom & moved default_config to core 3 years ago