Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Luong Vo <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
* use a separate func instead of replacing the diagnostics messages
* fix the styling, also return if no diagnostic is available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* moving common parts of language server setup to lsp/init
* fix formatting
|
|
* fix formatter/linter issue for undefined lang/filetypes
* revrese the order
|
|
* 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]>
|
|
|
|
* feat: lunarvim info (Experimental)
* Add missing providers info
* Use nvim api directly to create the popup
* width tweaks
|
|
|
|
|
|
|
|
* 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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|