Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* refactor: lunarvim info ui
* refactor: lunarvim info ui - remove close hint, add highlighting
* refactor: lunarvim info ui - remove TODO
|
|
with `<cmd>let @/=""<CR>` its not possible to use `n`,`N` or stuff like `gcn` anymore because the last search is overwritten. With `:nohlsearch` this is not the case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: rebuilt <[email protected]>
|
|
* feature: add LvimInfo command
* Move :LvimInfo to core/commands.lua
|
|
|
|
|
|
|
|
|
|
more could you want?
|
|
|
|
|
|
|
|
|
|
* feat: lunarvim info (Experimental)
* Add missing providers info
* Use nvim api directly to create the popup
* width tweaks
|
|
chore: remove now-redundant utility function
|
|
|
|
|
|
it in default_config to fix behavior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1233)
This reverts commit ef70e77e954a998a966eef213136328ef8a102cc.
|
|
|
|
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"
|
|
|