-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed deprecations, adapted some code, format with stylua, README overhaul #158
Open
DrKJeff16
wants to merge
62
commits into
ahmedkhalf:main
Choose a base branch
from
DrKJeff16:jeff
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+484
−226
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
8f984f6
chore: Format with stylua.
DrKJeff16 2a18fba
fix: Got rid of deprecations.
DrKJeff16 8cb4b93
fix: Renamed declared identifiers.
DrKJeff16 b6ec183
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 85c2300
docs: Add some annotations.
DrKJeff16 0268421
docs: Add annotation to func for warning removal.
DrKJeff16 51fff27
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 e7a4c10
docs: Add some annotations.
DrKJeff16 85df8e7
docs: Add annotation to func for warning removal.
DrKJeff16 f98a0b9
fix: (Read description) Annotations + code fixes.
DrKJeff16 4e7d846
fix: (Read description) `project.lua` code improvements
DrKJeff16 3249dca
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 85bc488
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 41a7a09
fix: (Read description) Annotations + code fixes.
DrKJeff16 495a874
fix: (Read description) `project.lua` code improvements
DrKJeff16 6f1ed8d
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 1e716ea
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 226f3eb
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 b4e4c9d
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 58765dd
fix: Extended instructions, fixed some words.
DrKJeff16 9f1505c
fix(telescope): Added annotations across the file.
DrKJeff16 aca62fb
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 f86cf8e
fix(telescope): Added annotations across the file.
DrKJeff16 e4db2d4
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 33702e2
chore: Added Vim comments on top of all lua files.
DrKJeff16 4a0eb11
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 6fc9275
chore: Added Vim comments on top of all lua files.
DrKJeff16 5ac6e7a
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 19fd3b8
fix(telescope): Added annotations across the file.
DrKJeff16 168826a
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 048fd2f
chore: Added Vim comments on top of all lua files.
DrKJeff16 96e778b
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 3dc4dec
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 cab38c6
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 222884d
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 cdd0d2a
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 554ebc9
fix: Extended instructions, fixed some words.
DrKJeff16 136615f
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 1caa6e1
Merge remote-tracking branch 'refs/remotes/origin/docs' into docs
DrKJeff16 2c66e15
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 9361f14
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 48e1e3f
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 00a6906
fix: Extended instructions, fixed some words.
DrKJeff16 5f8661d
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 794f45f
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 2424772
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 fc134ea
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 ba2f6be
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 471e693
Merge remote-tracking branch 'refs/remotes/origin/main'
DrKJeff16 9b9cb37
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 eede615
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 3759f76
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 5d97033
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 e685055
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 8b28ce9
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 442ddd1
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 ac8b643
fix: Extended instructions, fixed some words.
DrKJeff16 3ff24f5
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 c63ba91
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 3914103
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 250d1b1
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 2aa7f74
Merge branch 'main' of github.com:DrKJeff16/project.nvim
DrKJeff16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: (Read description) Annotations + code fixes.
- Added annotations for almost every section that warranted it... except for Telescope, that's a pending one... - Fixed some statements assigned in the wrong scope - Added structured names for all non-telescope modules - Some TODOS/etc. were added - Formatting issues Overall, annotations are working as intended and, as far as I've been able to test, none of my code fixes break anything. Signed-off-by: Guennadi Maximov C <[email protected]>
commit f98a0b9113f216d3bba42561bb6cd43a19204f2c
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Line 17] Is this acceptable for you? Or would the code be better off without it?
I'm eager to know. My LSP was annoying me with warnings so I had to turn off specific warnings this way.
I'm using LuaLS as my LSP, plus lazydev.nvim as a much needed help.