summaryrefslogtreecommitdiff
path: root/lua/lvim/core/nvimtree.lua
AgeCommit message (Collapse)Author
2023-02-04fix: remove deprecated nvim-tree options (#3810)opalmay
Co-authored-by: kylo252 <[email protected]>
2023-01-10refactor: migrate to lazy.nvim (#3647)LostNeophyte
* refactor: convert plugins spec to lazy * refactor(lazy): remove impatient * fix(telescope): no more errors if theme is nil * refactor(lazy): use lazy in plugin_loader * refactor(lazy): pin plugins with packer's snapshot * fix: add plugins to rtp before config:init * fix: fs_stat nil check * feat: lazy cache * feat(lazy): reloading * refactor(lazy): plugin-loader functions * feat(lazy): cache reset * refactor: set runtimepath manually * fix: runtimepath * refactor(rtp) * refactor(lazy): packer -> lazy in various places * fix(lazy): disable tree-sitter ensure installed * refactor(lazy): restore order to bootstrap * refactor(lazy): remove unused impatient profiler * small fixes * `lvim.plugins` deprecation handling * fix: deprecation of `requires` in plugin specs * feat: core plugins pinning * refactor(lazy): plugin loader tests * refactor(lazy): use lazy in scripts * refactor(lazy): which-key keybinds * chore: format * fix: installer * fix: first time setup * feat: changes required for packaging commit 951ac2b7c01b5200b973660c967852d1706cce28 Author: LostNeophyte <[email protected]> Date: Wed Dec 28 13:49:44 2022 +0100 fix: clean folder before copying plugins commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095 Author: LostNeophyte <[email protected]> Date: Wed Dec 28 13:35:41 2022 +0100 feat: copy core plugins on first run commit 2d8e72090c7624f68c09a9aa6582223373a810c1 Author: LostNeophyte <[email protected]> Date: Wed Dec 28 13:11:22 2022 +0100 feat(utils): fs_copy commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5 Author: LostNeophyte <[email protected]> Date: Wed Dec 28 13:04:38 2022 +0100 fix: copy correct example config * fix: packer specs deprecation handling * fix: plugin specs deprecation * feat: pin lazy's version * fix: remove plugins form rtp before loading lazy * fix: plugin-loader test * feat(lazy): add keymappings for profile, log, and debug (#3665) * feat(lazy): Add keymappings for profile, log, and debug * feat(lazy): Add keymap for cleaning * chore: format * pref: lazy load many plugins Co-authored-by: Uzair Aftab <[email protected]> * fix: bootstrap correct version of lazy * fix: also use CmdLineEnter event for cmp * fix: don't use lazy's modules before it's set up * perf: (hack) enable lazy's cache before loading lazy * fix: plugins.lua * fix: plugins bump script * chore: remove debug print * feat: add rounded border for `:Lazy` * fix: bufferline flashing * fix: don't close lazy on startup * fix: load breadcrumbs on startup * fix: don't lazy load bufferline * chore: bump lazy's version * fix: remove site from rtp (fixes treesitter issues) * revert default config copying changes * fix(bootstrap): actually remove plugins dir on windows * chore: bump lazy's version * chore: bump lazy's version Co-authored-by: kylo252 <[email protected]> Co-authored-by: Uzair Aftab <[email protected]> Co-authored-by: Uzair Aftab <[email protected]> Co-authored-by: opalmay <[email protected]>
2023-01-07feat: update setup tables (#3693)opalmay
* feat(nvim-tree): update setup table * chore: lint * fix: move option to correct place * feat(illuminate): update setup table * feat(which-key): update setup table * feat(project.nvim): update setup table * feat(gitsigns): update setup table * chore: lint * feat(lir): update setup table
2022-11-18fix(nvimtree): avoid hard-coded mapping (#3492)Nitai Charan
2022-11-01perf(treesitter): disable in big files (#3268)LostNeophyte
* perf(treesitter): disable in big files * fix: disable `use_treesitter` in indentlines and remove vim.schedule * refactor(treesitter): use `vim.schedule` * perf: set nocursorline in big json files * perf: disable more things in big files * chore: format
2022-10-21refactor(plugins)!: remove nvim-notify from core (#3300)Mark Huggins
2022-10-04feat: add missing nvimtree setting (#3138)Nick Waywood
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-10-03feat: reload and lir color update (#3123)Christian Chiarulli
2022-09-25fix(nvimtree): remove view heightAbouzar Parvan
Fixes #3076
2022-09-19feat: a less noisy tree (#3042)Christian Chiarulli
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-07-31fix(nvimtree): remove `indent_markers` icons trailing space (#2854)CPea
2022-06-23feat: fix a couple of issues (#2750)Abouzar Parvan
* fix(nvimtree): do not set key if disabled * fix(telescope): move pickers of out defaults * fix(install): use proper gentoo installation
2022-06-11fix: skip calling nvim-tree.setup() more than once (#2707)kylo252
2022-05-31fix(nvimtree): update nvim-tree setup (#2681)Abouzar Parvan
2022-04-29fix(nvimtree): add latest changes from nvimtree (#2537)Abouzar Parvan
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-23fix(nvimtree): make sure on_config_done is using the correct require (#2509)Abouzar Parvan
2022-04-22fix(nvimtree): escape the dot character in custom filter (#2493)Pascal Hubrecht
2022-03-18fix: nvim-tree taking half the window on open (#2357)Abouzar Parvan
2022-03-02chore(plugins): bump version (#2321)Abouzar Parvan
2022-02-23refactor(nvim-tree): update settings structure (#2304)Abouzar Parvan
2022-02-11refactor(nvim-tree): remove unused code (#2266)kylo252
2022-01-15refactor(nvim-tree): cleanup and update settings (#2182)kylo252
2021-12-04fix(nvimtree): handle paths containing spaces (#2027)xeluxee
2021-12-03fix(nvimtree): restore default mappings + make them customizable (#2007)xeluxee
2021-11-29fix(nvimtree): update settings (#2001)kylo252
2021-11-27chore: bump core-plugins version (#1989)kylo252
2021-11-18refactor: load the default keymaps once (#1965)kylo252
2021-11-11feat: auto resize for more consistent UI behaviorChristianChiarulli
2021-10-10feat: add an independent lvim namespace (#1699)kylo252