Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Co-authored-by: chris <chris@dev>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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]>
|
|
* 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
|
|
* 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
|
|
|
|
|
|
Co-authored-by: rebuilt <[email protected]>
|
|
- 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"
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
* Refactor nvimtree to be configurable
* Correct the location of .stylua.toml in Contrib.md
Co-authored-by: Christian Chiarulli <[email protected]>
|
|
the buffer you open will inherit the settings of the tree buffer
|
|
|