summaryrefslogtreecommitdiff
path: root/lua/core/nvimtree.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-10fix: anything not in setup should be set using zero and one (#1733)Abouzar Parvan
2021-10-10fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731)Abouzar Parvan
2021-10-10fix(nvimtree): change 0 and 1 values to true/false (#1728)rebuilt
2021-10-08fix: correct variable names in NvimTree setup table (#1710)Chris Dawkins
Co-authored-by: chris <chris@dev>
2021-09-26fix small bugs in nvim-tree (#1629)Abouzar Parvan
2021-09-26migrate nvim-tree to setup syntax episode 4 :cry: (#1627)Abouzar Parvan
2021-09-26lsp_diagnostics is part of the nvim-tree setup now (#1623)Abouzar Parvan
2021-09-26fix: use the new nvim-tree syntax (#1619)Abouzar Parvan
2021-09-25update nvim-tree based on the refactor (#1617)Abouzar Parvan
2021-08-28use netrw when opening directoryChristian Chiarulli
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]>
2021-08-20[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)Ahmed Khalf
* Refactor nvim-tree * Fix stylua comments * Delete useless functions * Remove autocmd and fix tasty's bug * Fix luacheck * Fix icon issue * Fix formatting * Fix formatting again * Resolve Tasty's request * Replace double dashes with blank line
2021-08-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-13Fix nvimtree quit to update bufferline (#1312)Ahmed Khalf
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-03feat: add lvim.lsp.smart_cwd (#1218)kylo252
- Enable querying the language-server for the `root_dir` - Use `root_dir` to set the current working-directory (CWD) - Make vim-rooter configurable and add an option to disable it Inspired by "ahmedkhalf/lsp-rooter.nvim"
2021-08-03Allow user's to define their own nvim-tree bindings (#1181)tafryn
2021-08-03[Feature]: Add possibility to focus nvimtree instead of toggle (#1074)William Goulois
2021-07-27do not touch bufferline if nvimtree is on the right sideAbouzar Parvan
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-18fixing broken nvimtree (#1012)Abouzar Parvan
2021-07-17[Refactor] nvimtree to be configurable (#970)chaeing
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]>
2021-07-13always close tree, there is a bug with nvimtree if you don't autoclose where ↵Chris
the buffer you open will inherit the settings of the tree buffer
2021-07-12refactor single filechristianchiarulli