pull - #1
Open
sducomman wants to merge 300 commits into
Open
Conversation
Nvim nows provides `vim.inspect()` and `vim.print()`.
Full path should be used to load viml config, otherwise, when we open nvim in other directories, we see errors that the viml config can not be found.
Until cmp is maintained again or switch??
Only search file content and not file name when using Leaderf rg
The client side inlayhint can be enabled by uncommentting the code in this PR.
pyright servers type checking, completion, and ruff servers linting and diagnostics (ruff can also format Python files, but it is slightly different from black)
see my comment here for the details: https://www.reddit.com/r/neovim/comments/1gdv1rc/comment/lvt9nlm/
1. Add new command `CopyPath` 2. Revise command `JSONFormat`: implemented using the nvim lua interface and fix a few issues. The previous implementation is removed.
the string.gsub in lua is not flexible and use vim.fn.substitute() instead.
We need to disable the mapping set for LSP, otherwise the mapping set in lua.vim will be overridden.
Too slow and the diagnostic does not refresh even when the text has been changed. Tested with typos for markdown files.
Change how `<CR>` behaves in cmdline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.