Age | Commit message (Collapse) | Author |
|
because if FindRootDirectory not being found
|
|
* fix(lsp): don't override formatter with empty exe
* Check for nil value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Refactor keymappings to match which-key style
* Update confif example + remove redundant way of registering mappings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Rename example config files
* Update user config path in installer
* Update user config path with a variable
* Update default user config file to config.lua
* Add fallback to lv-config if config.lua not found
* Add global variable USER_CONFIG_PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|